4 Commits

Author SHA1 Message Date
e81374b8b7 chore: publish 0.4.1+v2.21.2 release
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 10:45:41 -05:00
134083eb13 two quotes and a comma to fix cron 2023-11-10 10:42:48 -05:00
baba7e2a0e chore: publish 0.4.0+v2.21.2 release
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 10:16:12 -05:00
3wc
30e9ade4dc Add release note about NOTIFICATIONS_EMAIL_ADDRESS
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-22 19:26:58 +01:00
2 changed files with 11 additions and 2 deletions

View File

@ -65,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.4.0+v2.21.2"
- "coop-cloud.${STACK_NAME}.version=0.4.1+v2.21.2"
worker:
image: loomio/loomio:v2.21.2
configs:
@ -125,7 +125,7 @@ services:
- source: entrypoint
target: /entrypoint.sh
mode: 0555
entrypoint: [ "/entrypoint.sh", "rake", "loomio:hourly_tasks" ]
entrypoint: [ "/entrypoint.sh", "rake loomio:hourly_tasks" ]
environment: *default-env
secrets:
- devise_secret

9
release/0.3.1+v2.19.0 Normal file
View File

@ -0,0 +1,9 @@
Loomio seems to have added a new setting, NOTIFICATIONS_EMAIL_ADDRESS, to
define what address transactional emails should come from.
If you don't set it, it will default to notifications@$MAIL_DOMAIN, which is
unlikely to work in many cases.
If you find that transactional emails aren't working, try setting
NOTIFICATIONS_EMAIL_ADDRESS to the same value as SUPPORT_EMAIL,
HELPER_BOT_EMAIL, or SMTP_USERNAME.