Added startup files

This commit is contained in:
2025-09-12 21:34:37 +02:00
parent 13b706356c
commit 07bd533175
22 changed files with 296 additions and 0 deletions

View File

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