Compare commits
1 Commits
0.4.1+v2.2
...
0.4.0+v2.2
Author | SHA1 | Date | |
---|---|---|---|
c1fbaa3540 |
@ -65,7 +65,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+v2.21.2"
|
- "coop-cloud.${STACK_NAME}.version=0.4.0+v2.21.2"
|
||||||
worker:
|
worker:
|
||||||
image: loomio/loomio:v2.21.2
|
image: loomio/loomio:v2.21.2
|
||||||
configs:
|
configs:
|
||||||
@ -125,7 +125,7 @@ services:
|
|||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
target: /entrypoint.sh
|
target: /entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
entrypoint: [ "/entrypoint.sh", "rake loomio:hourly_tasks" ]
|
entrypoint: [ "/entrypoint.sh", "rake", "loomio:hourly_tasks" ]
|
||||||
environment: *default-env
|
environment: *default-env
|
||||||
secrets:
|
secrets:
|
||||||
- devise_secret
|
- devise_secret
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
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.
|
|
Reference in New Issue
Block a user