2025.04.10

This commit is contained in:
2025-04-10 10:32:09 +02:00
parent 76a0a33db7
commit bcff5e2f5c
10 changed files with 143 additions and 4 deletions

View File

@ -0,0 +1,18 @@
---
version: "3.8"
services:
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_LABEL_ENABLE=true
- WATCHTOWER_INCLUDE_RESTARTING=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
ports:
- 8083:8080
restart: always
labels:
- com.centurylinklabs.watchtower.enable=true