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

Update docker & docker compose #420

Closed codekow closed 1 year ago

codekow commented 1 year ago

Cleanup the Dockerfile and docker-compose

JamesKunstle commented 1 year ago

@cdolfi Two development notes: (1) Add some "REDIS_SERVER" value in your env.list, like "REDIS_SERVER=123" or something for development, (2) Use 'localhost:8080' instead of 'localhost:8050' to access the local instance.

I'll update the documentation for this.