Update authentik; Remove ports; Improve watchtower
This commit is contained in:
parent
aa5d722dc3
commit
73c6b454fa
5 changed files with 5 additions and 5 deletions
watchtower
|
@ -9,3 +9,5 @@ WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
|
|||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=watchtower@serguzim.me
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_DELAY=5
|
||||
|
||||
#WATCHTOWER_RUN_ONCE=true
|
||||
|
|
|
@ -7,5 +7,6 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
- .secret.env
|
||||
hostname: ${HOSTNAME}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Reference in a new issue