Skip to content
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

[Question] How to persist notes using the docker image? #371

Closed
cbrgm opened this issue Oct 19, 2020 · 4 comments
Closed

[Question] How to persist notes using the docker image? #371

cbrgm opened this issue Oct 19, 2020 · 4 comments

Comments

@cbrgm
Copy link
Contributor

cbrgm commented Oct 19, 2020

Hi there,

thanks for this great app! I'm running takenote as a docker image and would like to persist my data using a volume mount.

docker run \
-e CLIENT_ID=xxx \
-e CLIENT_SECRET=xxxx \
-e NODE_ENV=development \
-p 5000:5000 \
-v $(pwd):<path??>
takenote:mytag

Where does takenote save files within the image?

Cheers
Chris

@taniarascia
Copy link
Owner

Hi there,

TakeNote does not persist anything currently - it's just using local storage.

@cbrgm
Copy link
Contributor Author

cbrgm commented Oct 19, 2020

Hi there thanks for your fast reply! Is there another way to backup notes?

@taniarascia
Copy link
Owner

This application is still a work in progress. Discussion on GitHub integration and persistence is here: #165

@cbrgm
Copy link
Contributor Author

cbrgm commented Oct 19, 2020

Interesting! Thanks for sharing! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants