oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

adds redis instance for user session data to OCP #484

Closed JamesKunstle closed 11 months ago

JamesKunstle commented 11 months ago

'redis-users' service available in docker-compose definition, but explicit creation of another service for this purpose is required in the openshift resource definitions.

This commit includes these definitions and sets the environment variables required so that services can access the new cache instance.