gitcommitshow / rudder-github-app

A GitHub app for better Open Source collaboration on GitHub
MIT License
0 stars 1 forks source link

Persistent docker volume for the local db data #37

Open gitcommitshow opened 3 months ago

gitcommitshow commented 3 months ago

As of now, we don't have persistent volume for docker which means that on every pod restart our data will be lost.

To fix this, define a persistent docker volume for this data and make sure that the code is writing content to the correct path.