2 Commits

Author SHA1 Message Date
d1fcc7a6fa chore: publish 0.3.1+2.8.9 release 2022-11-22 15:59:26 +01:00
41f7c0089e feat: set notification e-mail 2022-11-22 15:58:04 +01:00
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,8 @@ LETS_ENCRYPT_ENV=production
#DISCOURSE_SMTP_USER=
#DISCOURSE_SMTP_PROTOCOL=
#DISCOURSE_SMTP_AUTH=
# Set this if you send e-mails from a different domain than noreply@$DOMAIN
#DISCOURSE_NOTIFICATION_EMAIL=$SMTP_USER
# SMTP authentication
#COMPOSE_FILE="compose.yml:compose.smtpauth.yml"

View File

@ -20,6 +20,7 @@ services:
- DISCOURSE_SMTP_USER
- DISCOURSE_SMTP_PROTOCOL
- DISCOURSE_SMTP_AUTH
- DISCOURSE_NOTIFICATION_EMAIL
volumes:
- 'discourse_data:/bitnami/discourse'
secrets:
@ -41,7 +42,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+2.8.9"
- "coop-cloud.${STACK_NAME}.version=0.3.1+2.8.9"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 30s