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

14 lines
237 B
YAML
Raw Normal View History

services:
registry:
image: registry:2.8
restart: always
environment:
REGISTRY_LOG_LEVEL: ${REGISTRY_LOG_LEVEL}
volumes:
- registry-data:/var/lib/registry
ports:
- "5000"
volumes:
registry-data: