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

¿What is data volume used for? #19

Open
ghost opened this issue Nov 16, 2014 · 2 comments
Open

¿What is data volume used for? #19

ghost opened this issue Nov 16, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 16, 2014

I see that everything goes inside /ghost-override

What am I missing?

Thanks

@YoussefKababe
Copy link

Are you referring to "content/data/"? If yes, this is for the SQLite database file of your blog, to make it persisent.

config.js: your blog's config file, to override defaults.
content/images/: images you upload to your blog will be save here, again to make them persistent.
content/themes/: if you want to use a cusom theme, you just have to put it here so you can find it in your blog settings.

This make the container stateless, so even when the containet is removed, your database, images, themes, configuration will stay on the host.

@smiller171
Copy link

@YoussefKababe is it possible to use a DB other than sqlite for scalability?

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

No branches or pull requests

2 participants