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,19 @@
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: always
environment:
WATCHTOWER_SCHEDULE: "0 0 1 * * *"
TZ: Europe/Oslo
WATCHTOWER_CLEANUP: "true"
# WATCHTOWER_DEBUG: "true"
# WATCHTOWER_NOTIFICATIONS: "email"
# WATCHTOWER_NOTIFICATION_EMAIL_FROM: "cldocker01@cloud.local"
# WATCHTOWER_NOTIFICATION_EMAIL_TO: "pushover@mailrise.xyz"
# # you have to use a network alias here, if you use your own certificate
# WATCHTOWER_NOTIFICATION_EMAIL_SERVER: "10.1.149.19"
# WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: "8025"
# WATCHTOWER_NOTIFICATION_EMAIL_DELAY: 2
volumes:
- /var/run/docker.sock:/var/run/docker.sock