ansible/playbooks/apps/files/watchtower/docker-compose.yaml
Gabriel Augendre c6b897f218
Some checks failed
/ run ansible (push) Has been cancelled
add watchtower
2024-10-17 18:14:50 +02:00

8 lines
279 B
YAML

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