SECRET_SMTP_PASSWORD(→ _VERSION) to match format

This commit is contained in:
3wc 2023-01-20 18:33:44 -08:00
parent 717848d39e
commit b56e41fda8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ LETS_ENCRYPT_ENV=production
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_APP_SECRET_VERSION=v1
SECRET_SMTP_PASSWORD=v1
SECRET_SMTP_PASSWORD_VERSION=v1
# Wallabag options, see https://github.com/wallabag/docker
SYMFONY__ENV__FOSUSER_REGISTRATION=true

View File

@ -89,7 +89,7 @@ secrets:
name: ${STACK_NAME}_app_secret_${SECRET_APP_SECRET_VERSION}
smtp_password:
external: true
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD}
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
configs:
entrypoint: