Files
docker-watchtower/docker-compose.yml
zino 463ba0e34a m
2025-08-29 10:01:31 +02:00

13 lines
450 B
YAML

services:
watchtower:
container_name: watchtower
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/timezone:/etc/timezone:ro
command: watchtower portainer nginx code-server gitea gitea-mariadb joplin joplin-postgres php-fpm seafile seafile-mariadb seafile-memcached vouch
environment:
- WATCHTOWER_CLEANUP=true
- TZ=Europe/Berlin
restart: unless-stopped