Files
docker-watchtower/docker-compose.yml
zino b8805cac76 m
2023-12-06 00:42:09 +01:00

13 lines
464 B
YAML

version: "3.8"
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