#version: "3" services: shepherd: #build: . image: containrrr/shepherd restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock deploy: placement: constraints: - node.role == manager environment: TZ: ${TZ} SLEEP_TIME: ${SLEEP_TIME}