add watchtower container. elke dag om 5 uur worden de containers ge-update door watchtower indien nodig.
This commit is contained in:
parent
68981f3f66
commit
5afc14edf4
5 changed files with 28 additions and 0 deletions
7
roles/watchtower/files/docker-compose.yml
Normal file
7
roles/watchtower/files/docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --schedule "0 0 4 * * *" # 4 uur UTC = 5 uur NL tijd
|
Reference in a new issue