Browse Source

Update 'gramps/docker-compose.yml'

master
jared 10 months ago
parent
commit
24a5eafc14
  1. 1
      gramps/docker-compose.yml

1
gramps/docker-compose.yml

@ -8,6 +8,7 @@ services:
- "3000:5000" # host:docker
environment:
GRAMPSWEB_TREE: "Gramps Web" # will create a new tree if not exists
GUNICORN_NUM_WORKERS: 2
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

Loading…
Cancel
Save