mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
19 lines
437 B
YAML
Executable File
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
|