This commit is contained in:
Michael Grote 2024-05-27 11:35:40 +02:00
parent 19a602bac4
commit 421a68164b

View file

@ -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: