version: "3" services: shepherd: build: . image: containrrr/shepherd environment: TZ: 'Europe/Stockholm' SLEEP_TIME: '20m' FILTER_SERVICES: '' VERBOSE: 'true' # UPDATE_OPTIONS: '--update-delay=30s' # ROLLBACK_OPTIONS: '--rollback-delay=0s' volumes: - /var/run/docker.sock:/var/run/docker.sock deploy: placement: constraints: - node.role == manager