MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

Data is deleted upon restarting database service #53

Closed MitchellHarrison closed 2 years ago

MitchellHarrison commented 2 years ago

The likely cause is an incorrect volume configuration in the docker-compose.yml file. Currently, every time we kill and restart the database service, all tables are the database is deleted.