1
0

Add email config to gramps

This commit is contained in:
2025-01-07 11:49:17 +03:00
parent 45185fd8a8
commit ba2891b18c
5 changed files with 127 additions and 60 deletions

View File

@ -15,6 +15,12 @@ services:
GRAMPSWEB_CELERY_CONFIG__broker_url: "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_EMAIL_HOST: "${POSTBOX_HOST}"
GRAMPSWEB_EMAIL_PORT: "${POSTBOX_PORT}"
GRAMPSWEB_EMAIL_HOST_USER: "${POSTBOX_USER}"
GRAMPSWEB_EMAIL_HOST_PASSWORD: "${POSTBOX_PASS}"
GRAMPSWEB_EMAIL_USE_TLS: "false"
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@vakhrushev.me"
GUNICORN_NUM_WORKERS: 4
# media storage at s3
GRAMPSWEB_MEDIA_BASE_DIR: "s3://av-gramps-media-storage"