volumes: regsync: driver: local services: regsync: command: -c /home/appuser/regsync.yml server env_file: - stack.env image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest logging: driver: loki options: loki-url: http://192.168.77.101:3100/loki/api/v1/push network_mode: host stdin_open: true volumes: - regsync:/home/appuser/ - /etc/localtime:/etc/localtime deploy: labels: wud.watch: 'true' wud.watch.digest: 'true' replicas: 1 placement: constraints: - node.role == manager