Install watchtower
Also move file masks to config so they're consistent
This commit is contained in:
7
ansible/roles/docker/files/watchtower/docker-compose.yml
Normal file
7
ansible/roles/docker/files/watchtower/docker-compose.yml
Normal 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 * * *"
|
Reference in New Issue
Block a user