infrastructure/ansible/roles/docker/files/watchtower/docker-compose.yml
Jake Howard 65e15c9f6c
Run watchtower more frequently
This makes autodeployment like tasks much easier
2020-03-25 20:41:15 +00:00

8 lines
180 B
YAML

version: "2.3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --cleanup --interval 300