Compare commits
6 Commits
0.3.1+v2.1
...
63ecaa148e
Author | SHA1 | Date | |
---|---|---|---|
170a1782f6 | |||
93f240b959 | |||
e81374b8b7 | |||
134083eb13 | |||
baba7e2a0e | |||
30e9ade4dc |
12
compose.yml
12
compose.yml
@ -34,7 +34,7 @@ x-environment: &default-env
|
||||
|
||||
services:
|
||||
app:
|
||||
image: loomio/loomio:v2.19.0
|
||||
image: loomio/loomio:v2.25.2
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
@ -65,9 +65,9 @@ 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.1+v2.19.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.6.0+v2.25.2"
|
||||
worker:
|
||||
image: loomio/loomio:v2.19.0
|
||||
image: loomio/loomio:v2.25.2
|
||||
configs:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
@ -89,7 +89,7 @@ services:
|
||||
- loomio_files:/loomio/public/files
|
||||
- loomio_plugins:/loomio/plugins/docker
|
||||
db:
|
||||
image: postgres:12.14
|
||||
image: postgres:12.17
|
||||
networks:
|
||||
- backend
|
||||
volumes:
|
||||
@ -120,12 +120,12 @@ services:
|
||||
environment:
|
||||
- REDIS_URL=redis://redis:6379
|
||||
cron:
|
||||
image: loomio/loomio:v2.19.0
|
||||
image: loomio/loomio:v2.25.2
|
||||
configs:
|
||||
- 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
9
release/0.3.1+v2.19.0
Normal 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.
|
Reference in New Issue
Block a user