Thomas E Lackey
2af6ffce77
All checks were successful
Lint Checks / Run linter (push) Successful in 23s
Publish / Build and publish (push) Successful in 1m30s
Webapp Test / Run webapp test suite (push) Successful in 3m11s
Deploy Test / Run deploy test suite (push) Successful in 4m22s
Smoke Test / Run basic test suite (push) Successful in 4m57s
Minor tweaks for running the container-registry in k8s. The big change is not requiring --image-registry. Reviewed-on: #760 Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
16 lines
273 B
YAML
16 lines
273 B
YAML
services:
|
|
registry:
|
|
image: registry:2.8
|
|
restart: always
|
|
environment:
|
|
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
|
|
volumes:
|
|
- config:/config:ro
|
|
- registry-data:/var/lib/registry
|
|
ports:
|
|
- "5000"
|
|
|
|
volumes:
|
|
config:
|
|
registry-data:
|