Files
docker-compose/regsync/docker-compose.yml
2025-03-07 00:25:57 +01:00

16 lines
524 B
YAML

name: regsync
services:
regsync:
stdin_open: true
network_mode: host
logging:
driver: loki
options:
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
volumes:
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
- /etc/localtime:/etc/localtime
image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
command: -c /home/appuser/regsync.yml server
env_file:
- stack.env