infrastructure/ansible/roles/docker/files/watchtower/docker-compose.yml
Jake Howard c3959d43c6
Install watchtower
Also move file masks to config so they're consistent
2020-01-28 21:55:53 +00:00

8 lines
187 B
YAML

version: "3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --cleanup --schedule "0 23 * * *"