dede-stack/stack-orchestrator/compose/docker-compose-container-registry.yml
2024-07-23 17:22:07 -04:00

15 lines
287 B
YAML

services:
registry:
image: docker.io/library/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: