Added basic watchtower setup
This commit is contained in:
parent
b75b3cf274
commit
c39e1cd604
2 changed files with 11 additions and 0 deletions
10
watchtower/docker-compose.yml
Normal file
10
watchtower/docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: '3.5'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 'containrrr/watchtower'
|
||||
restart: 'always'
|
||||
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/etc/timezone:/etc/timezone:ro'
|
||||
1
watchtower/watchtower.env.example
Normal file
1
watchtower/watchtower.env.example
Normal file
|
|
@ -0,0 +1 @@
|
|||
WATCHTOWER_LABEL_ENABLE=true
|
||||
Reference in a new issue