Added basic watchtower setup

pull/3/head
Jef Roosens 2021-01-05 11:43:59 +01:00
parent b75b3cf274
commit c39e1cd604
2 changed files with 11 additions and 0 deletions

View 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'

View File

@ -0,0 +1 @@
WATCHTOWER_LABEL_ENABLE=true