-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist Fasten Database using volume mount #237
Comments
I tried to submit a PR yesterday to add a docker-compose file with a volume but I shouldn’t submit it w/o merging lots of other changes. I’ll submit one that’s simple for anyone to use later. |
Maybe its better to just post in a comment for now.... 'docker-compose up -d'http://localhost:9090version: '3.4' |
This is actually intentional. Once that database migration tool is written, and we release a v1 of Fasten (which is guaranteed to be backwards compatible), these instructions will be baked into the README. I hope that makes sense? |
closing this issue, since volume mount instructions have been included in the Readme for a while. |
Have the option to store the data persistently by mapping it in the volume section in docker.
The text was updated successfully, but these errors were encountered: