Convert watchtower into its own role

This commit is contained in:
Jake Howard
2020-04-23 21:51:01 +01:00
parent 81ef4ad67a
commit 5585fb0b12
4 changed files with 6 additions and 8 deletions

View File

@ -0,0 +1,8 @@
version: "2.3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "{{ home }}/.docker/config.json:/config.json:ro"
command: --cleanup --interval 300