This commit is contained in:
2025-10-13 19:42:51 +02:00
parent cb0760ad31
commit 6b70d5c83e
3 changed files with 0 additions and 29 deletions

15
shepherd/compose.yml Normal file
View File

@@ -0,0 +1,15 @@
#version: "3"
services:
shepherd:
#build: .
image: containrrr/shepherd
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
placement:
constraints:
- node.role == manager
environment:
TZ: ${TZ}
SLEEP_TIME: '180m'