Files
discourse/compose.smtpauth.yml
autonomic-bot 0d7519e9ef
Some checks failed
cc-ci/testme cc-ci: failure
chore: upgrade app 3.5.3 -> 2026.1.5, redis 7.4-alpine -> 8.8-alpine
2026-07-13 17:59:04 +00:00

15 lines
335 B
YAML

---
version: "3.8"
services:
app:
# the wrapper entrypoint reads /run/secrets/smtp_password and exports
# DISCOURSE_SMTP_PASSWORD (the official image has no *_FILE support)
secrets:
- smtp_password
secrets:
smtp_password:
external: true
name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION}