Added basic watchtower setup
parent
b75b3cf274
commit
c39e1cd604
|
@ -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'
|
|
@ -0,0 +1 @@
|
|||
WATCHTOWER_LABEL_ENABLE=true
|
Reference in New Issue