This commit is contained in:
parent
19a602bac4
commit
421a68164b
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ services:
|
||||||
GRAMPSWEB_CELERY_CONFIG__broker_url: "redis://grampsweb_redis:6379/0"
|
GRAMPSWEB_CELERY_CONFIG__broker_url: "redis://grampsweb_redis:6379/0"
|
||||||
GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0"
|
GRAMPSWEB_CELERY_CONFIG__result_backend: "redis://grampsweb_redis:6379/0"
|
||||||
GRAMPSWEB_RATELIMIT_STORAGE_URI: redis://grampsweb_redis:6379/1
|
GRAMPSWEB_RATELIMIT_STORAGE_URI: redis://grampsweb_redis:6379/1
|
||||||
|
EMAIL_HOST: "docker10.mgrote.net"
|
||||||
|
EMAIL_PORT: "1025"
|
||||||
|
EMAIL_USE_TLS: "false"
|
||||||
|
DEFAULT_FROM_EMAIL: "gramps@mgrote.net"
|
||||||
depends_on:
|
depends_on:
|
||||||
- grampsweb_redis
|
- grampsweb_redis
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue