Files
docker-watchtower/docker-compose.yml
2023-11-29 13:51:56 +01:00

13 lines
416 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
environment:
- WATCHTOWER_CLEANUP=true
- TZ=Europe/Berlin
restart: unless-stopped