13 lines
450 B
YAML
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
|