openspending/spendb

Complete docker-compose configuration

Closed this issue · 3 comments

pudo commented

The included Dockerfile will only set up the spendb Python application. To fully run the service, a Postgres database is needed as well as some sort of processing queue. These different services should be orchestrated via the docker-compose.yml configuration, which would also start the background service for data imports.

(@milafrerichs do you know your way around this stuff?)

yes I will take a crack on this today or this weekend.

pudo commented

Very cool! Give me a shout if you have any questions!

pudo commented

Now got the first version running: http://spendb.pudo.org/ -- thanks Mila, your docker-compose.yml was perfect I just needed to bind gunicorn to 0.0.0.0 (not 127.0.0.1).