#version: "3" services: shepherd: #build: . image: containrrr/shepherd restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock # deploy: # placement: # constraints: # - node.role == manager environment: TZ: 'Europe/Oslo' SLEEP_TIME: '180m'