Files
docker-compose/regsync/docker-compose.yml
2025-12-06 13:25:29 +01:00

19 lines
437 B
YAML
Executable File

volumes:
regsync-data:
driver: local
services:
regsync:
command: -c /home/appuser/regsync.yml server
env_file:
- stack.env
image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
labels:
wud.watch: true
wud.watch.digest: true
network_mode: host
restart: ${RESTART:-unless-stopped}
stdin_open: true
volumes:
- regsync-data:/home/appuser/
- /etc/localtime:/etc/localtime