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.
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.