change directory structure
This commit is contained in:
parent
b89713643d
commit
9eb52229f1
83 changed files with 0 additions and 0 deletions
8
ansible/roles/watchtower/files/docker-compose.yml
Normal file
8
ansible/roles/watchtower/files/docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: "3"
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --schedule "0 0 4 * * *" --cleanup --include-stopped --no-startup-message
|
||||
restart: always
|
Reference in a new issue