Files
docker/shepherd/compose.yml
2025-10-17 17:43:46 +02:00

18 lines
322 B
YAML

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