Inital Adding of Compose Files

This commit is contained in:
mindesbunister
2025-06-24 13:31:31 +02:00
parent 2a146b67fb
commit 1f2b05c937
87 changed files with 30542 additions and 0 deletions

25
compose_files/watchtower.yml Executable file
View File

@@ -0,0 +1,25 @@
#docker-compose.yml
version: "3"
services:
watchtower:
logging:
driver: loki
options:
loki-url: "http://localhost:3100/loki/api/v1/push"
image: containrrr/watchtower
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# command: --interval 30
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_LABEL_ENABLE=true
- WATCHTOWER_DEBUG=true
# - WATCHTOWER_RUN_ONCE=true
- WATCHTOWER_INCLUDE_RESTARTING=true
labels:
- com.centurylinklabs.watchtower.enable=true