OpenTwinCities / mnpay

Making public wage data actually public
http://www.mnpay.org/
MIT License
6 stars 7 forks source link

Preserve database across images #38

Open kjschiroo opened 7 years ago

kjschiroo commented 7 years ago

In some circumstances docker-compose down is deleting the db image and forcing us to repopulate the database. This leads to about 10 minutes of unnecessary downtime during updates. We should find where the database is actually being stored and map it into the host file system.