This commit is contained in:
2026-02-02 19:43:16 +01:00
parent edb49621ad
commit 69ceb80b4d
43 changed files with 594 additions and 337 deletions

20
shepherd/compose copy.yml Normal file
View File

@@ -0,0 +1,20 @@
#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}
WITH_REGISTRY_AUTH: ${WITH_REGISTRY_AUTH}
REGISTRY_USER: ${REGISTRY_USER}
REGISTRY_PASSWORD: ${REGISTRY_PASSWORD}