Make SMTP mailer experimental

See https://git.autonomic.zone/coop-cloud/gitea/issues/10.
This commit is contained in:
decentral1se
2021-04-07 13:41:34 +02:00
parent 55d814e555
commit 314cb187c6
4 changed files with 22 additions and 10 deletions

15
compose.smtp.yml Normal file
View File

@ -0,0 +1,15 @@
version: "3.8"
services:
app:
environment:
- GITEA_MAILER_FROM
- 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
secrets:
smtp_passwd:
name: ${STACK_NAME}_smtp_passwd_${SECRET_SMTP_PASSWORD_VERSION}
external: true