vanilla/vanilla-docker

Database is wiped if you trash the container

DaazKu opened this issue · 1 comments

I feel like this could be a potential issue if you want to actually keep your data.
docker-compose down and you've just lost everything.
Maybe we should bind the volume to the host and add a setup script that ask if we want to clear the data (with a fair warning)

We decided to go with a separate "storage" volume for the database. You would have to destroy it manually so it kind of fixes the issue.