GRAMPSWEB_
This commit is contained in:
parent
5357ac790f
commit
a242d1920e
1 changed files with 6 additions and 4 deletions
|
@ -13,10 +13,10 @@ 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
|
||||
EMAIL_HOST: "docker10.mgrote.net"
|
||||
EMAIL_PORT: "1025"
|
||||
EMAIL_USE_TLS: "false"
|
||||
DEFAULT_FROM_EMAIL: "gramps@mgrote.net"
|
||||
GRAMPSWEB_EMAIL_HOST: "docker10.mgrote.net"
|
||||
GRAMPSWEB_EMAIL_PORT: "1025"
|
||||
GRAMPSWEB_EMAIL_USE_TLS: "false"
|
||||
GRAMPSWEB_DEFAULT_FROM_EMAIL: "gramps@mgrote.net"
|
||||
depends_on:
|
||||
- grampsweb_redis
|
||||
volumes:
|
||||
|
@ -56,3 +56,5 @@ volumes:
|
|||
gramps_db:
|
||||
gramps_media:
|
||||
gramps_tmp:
|
||||
|
||||
# checkliste
|
||||
|
|
Loading…
Reference in a new issue