Tweaks for running the container registry in k8s (#760)

Minor tweaks for running the container-registry in k8s.  The big change is not requiring --image-registry.

Reviewed-on: cerc-io/stack-orchestrator#760
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
This commit is contained in:
2024-02-22 21:11:06 +00:00
parent 7bb86cf35e
commit 2af6ffce77
2 changed files with 9 additions and 5 deletions
@@ -5,9 +5,11 @@ services:
environment:
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
volumes:
- config:/config:ro
- registry-data:/var/lib/registry
ports:
- "5000"
volumes:
config:
registry-data: