Switched to watchtower env file after all

pull/3/head
Jef Roosens 2021-01-05 11:55:32 +01:00
parent 62d5ec2796
commit bacd210574
2 changed files with 7 additions and 2 deletions

View File

@ -5,8 +5,8 @@ services:
image: 'containrrr/watchtower'
restart: 'always'
environment:
- 'WATCHTOWER_LABEL_ENABLE=true'
env_file:
- 'watchtower.env'
labels:
- 'com.centurylinklabs.watchtower.enable=true'
volumes:

View File

@ -0,0 +1,5 @@
# Check https://containrrr.dev/watchtower/arguments/
# for full explanation of env vars
TZ=
WATCHTOWER_LABEL_ENABLE=true