Skip to content

Commit

Permalink
config: add communities cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco authored and kpsherva committed Jul 19, 2023
1 parent d520939 commit c4bd8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo-inveniordm/docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
- "INVENIO_CELERY_RESULT_BACKEND=redis://cache:6379/2"
- "INVENIO_SEARCH_HOSTS=['search:9200']"
- "INVENIO_SECRET_KEY=CHANGE_ME"
- "INVENIO_COMMUNITIES_IDENTITIES_CACHE_REDIS_URL=redis://cache:6379/4"
- "INVENIO_SQLALCHEMY_DATABASE_URI=postgresql+psycopg2://demo-inveniordm:demo-inveniordm@db/demo-inveniordm"
- "INVENIO_WSGI_PROXIES=2"
- "INVENIO_RATELIMIT_STORAGE_URL=redis://cache:6379/3"
Expand Down

0 comments on commit c4bd8ae

Please sign in to comment.