ansible/playbooks/apps/files/watchtower/docker-compose.yaml

9 lines
279 B
YAML
Raw Normal View History

2024-10-17 18:14:50 +02:00
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/gaugendre/.docker/config.json:/config.json
- /etc/localtime:/etc/localtime:ro
command: --interval 86400 --cleanup --include-restarting