Files
docker/portainer/portainer_data/compose/3/docker-compose.yml
2025-09-12 21:34:37 +02:00

18 lines
319 B
YAML

#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'