Fix typo and secret

This commit is contained in:
Colin Hebert
2022-12-27 04:02:03 +01:00
parent ce19bd909c
commit 0de314408b

View File

@@ -1,7 +1,7 @@
services: services:
watchtower: watchtower:
image: containrrr/watchtower image: containrrr/watchtower
environments: environment:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
WATCHTOWER_INCLUDE_RESTARTING: true WATCHTOWER_INCLUDE_RESTARTING: true
WATCHTOWER_INCLUDE_STOPPED: true WATCHTOWER_INCLUDE_STOPPED: true
@@ -80,8 +80,8 @@ configs:
file: ${MOUNT_DIR?}/ddclient/config/ddclient.conf.tpl file: ${MOUNT_DIR?}/ddclient/config/ddclient.conf.tpl
secrets: secrets:
diun_gotify_token: watchtower_gotify_token:
file: ${MOUNT_DIR?}/diun/secrets/gotify_token file: ${MOUNT_DIR?}/watchtower/secrets/gotify_token
ddclient_gotify_token: ddclient_gotify_token:
file: ${MOUNT_DIR?}/ddclient/secrets/gotify_token file: ${MOUNT_DIR?}/ddclient/secrets/gotify_token
ddclient_cloudflare_token: ddclient_cloudflare_token: