Compare commits

...

2 Commits

Author SHA1 Message Date
trav 5cf17cb417 chore: publish 0.3.1+v2.19.0 release
continuous-integration/drone/push Build is failing Details
2023-09-22 13:21:54 -04:00
trav 0a56c49916 NOTIFICATIONS_EMAIL_ADDRESS and other statements dreamed up by the absolutely loomiobrained
--3wc
2023-09-22 13:19:59 -04:00
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,9 @@ SMTP_PASSWORD=password
SMTP_USE_SSL=1
# to disable SSL comment out line rather than changing to 0
# Whyyyy does this need to be set separately
NOTIFICATIONS_EMAIL_ADDRESS=noreply@example.com
REPLY_HOSTNAME=loomio.example.com
# helper bot is the account which welcomes people to their groups.

View File

@ -16,6 +16,7 @@ x-environment: &default-env
SMTP_USERNAME: ${SMTP_USERNAME}
SMTP_PASSWORD: ${SMTP_PASSWORD}
SMTP_USE_SSL: ${SMTP_USE_SSL}
NOTIFICATIONS_EMAIL_ADDRESS: ${NOTIFICATIONS_EMAIL_ADDRESS}
REPLY_HOSTNAME: ${REPLY_HOSTNAME}
HELPER_BOT_EMAIL: ${HELPER_BOT_EMAIL}
RAILS_ENV: ${RAILS_ENV}
@ -64,7 +65,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v2.19.0"
- "coop-cloud.${STACK_NAME}.version=0.3.1+v2.19.0"
worker:
image: loomio/loomio:v2.19.0
configs: