okfn-brasil / jarbas

🎩 API for information and suspicions about reimbursements by Brazilian congresspeople
https://jarbas.serenata.ai/
296 stars 61 forks source link

Remove PostgreSQL from Docker architecture for production #314

Closed cuducos closed 6 years ago

cuducos commented 6 years ago

What is the purpose of this Pull Request?

Running PostgreSQL in our Digital Ocean droplets was too consuming, we needed to fix that.

What was done to achieve this purpose?

We moved the database to a dedicated service for now.

How to test if it really works?

Access jarbas.serenata.ai as it is already using this new setup (it was deployed with this branch not master after last week crash).

Who can help reviewing it?

@Irio @anaschwendler @jtemporal (who loves Docker when it works, which seams to be the case)

cuducos commented 6 years ago

Good to merge once you update the code as asked.

Yay! Done in b27b407.