This commit is contained in:
2025-10-17 17:43:46 +02:00
parent 0acc576378
commit 56f368e181
7 changed files with 54 additions and 37 deletions

View File

@@ -4,6 +4,8 @@ services:
shepherd:
#build: .
image: containrrr/shepherd
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
@@ -12,4 +14,4 @@ services:
- node.role == manager
environment:
TZ: ${TZ}
SLEEP_TIME: '180m'
SLEEP_TIME: ${SLEEP_TIME}