gitea/compose.smtp.yml
3wc 7fec94eaec
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
chore: publish 3.0.0+1.22.2-rootless release
2024-10-30 13:25:04 -04:00

18 lines
309 B
YAML

---
version: "3.8"
services:
app:
environment:
- GITEA_MAILER_FROM
- GITEA_MAILER_ADDR
- GITEA_MAILER_PORT
- GITEA_MAILER_USER
secrets:
- smtp_password
secrets:
smtp_password:
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}
external: true