Added folders as well...

This commit is contained in:
2024-07-04 13:15:34 +02:00
commit f72d79958d
62 changed files with 3248 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: "3"
services:
shepherd:
build: .
image: containrrr/shepherd
environment:
TZ: 'Europe/Stockholm'
SLEEP_TIME: '20m'
FILTER_SERVICES: ''
VERBOSE: 'true'
# UPDATE_OPTIONS: '--update-delay=30s'
# ROLLBACK_OPTIONS: '--rollback-delay=0s'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
deploy:
placement:
constraints:
- node.role == manager