Compare commits
3 Commits
0.3.0+v2.1
...
0.3.1+v2.1
Author | SHA1 | Date | |
---|---|---|---|
5cf17cb417 | |||
0a56c49916 | |||
6dcbd3a0b8 |
@ -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.
|
||||
|
@ -24,6 +24,7 @@
|
||||
5. `abra app deploy YOURAPPDOMAIN`
|
||||
6. This should be automated but you also need to run `abra app run loomio_some_domain app rake db:migrate`
|
||||
7. Open the configured domain in your browser to finish set-up
|
||||
8. Give yourself admin rights by running `User.last.update(is_admin: true)`
|
||||
|
||||
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
|
||||
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user