Final hold out on passwd -> password migration

See coop-cloud/gitea#10.
This commit is contained in:
decentral1se
2021-04-07 13:47:32 +02:00
parent 74784ab6e6
commit 2cc39f81d1
2 changed files with 12 additions and 16 deletions
+3 -5
View File
@@ -6,10 +6,8 @@ services:
- GITEA_MAILER_HOST
- GITEA_MAILER_USER
secrets:
- smtp_passwd
# Note(decentral1se): migrate from passwd -> password
# See https://git.autonomic.zone/coop-cloud/abra/pulls/33
- smtp_password
secrets:
smtp_passwd:
name: ${STACK_NAME}_smtp_passwd_${SECRET_SMTP_PASSWORD_VERSION}
smtp_passord:
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
external: true