stack-orchestrator/stack_orchestrator/data/compose/docker-compose-container-registry.yml

16 lines
273 B
YAML
Raw Normal View History

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: