Install watchtower

Also move file masks to config so they're consistent
This commit is contained in:
Jake Howard
2020-01-28 21:55:53 +00:00
parent 3142ba75c6
commit c3959d43c6
5 changed files with 46 additions and 5 deletions

View File

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