3 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
3wc
fa42eedcfc chore: publish 0.3.0+2.8.9 release 2022-10-18 22:44:24 -04:00
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -20,6 +20,7 @@ services:
- DISCOURSE_SMTP_USER - DISCOURSE_SMTP_USER
- DISCOURSE_SMTP_PROTOCOL - DISCOURSE_SMTP_PROTOCOL
- DISCOURSE_SMTP_AUTH - DISCOURSE_SMTP_AUTH
- DISCOURSE_NOTIFICATION_EMAIL
volumes: volumes:
- 'discourse_data:/bitnami/discourse' - 'discourse_data:/bitnami/discourse'
secrets: secrets:
@ -41,7 +42,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "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.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.2.1+2.8.9" - "coop-cloud.${STACK_NAME}.version=0.3.1+2.8.9"
# healthcheck: # healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:3000"] # test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 30s # interval: 30s
@ -50,7 +51,7 @@ services:
# start_period: 1m # start_period: 1m
db: db:
image: postgres:11-alpine image: postgres:13-alpine
networks: networks:
- internal - internal
secrets: secrets:
@ -64,7 +65,7 @@ services:
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password - POSTGRES_PASSWORD_FILE=/run/secrets/db_password
redis: redis:
image: redis:6.0-alpine image: redis:7.0-alpine
networks: networks:
- internal - internal
volumes: volumes: