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

Update docker build, add instructions to README #7

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

bo0tzz
Copy link
Contributor

@bo0tzz bo0tzz commented Feb 4, 2024

Fixes #5, #6

@cachapa cachapa merged commit 74202e5 into cachapa:master Feb 5, 2024
1 check passed
@cachapa
Copy link
Owner

cachapa commented Feb 5, 2024

Thank you!

@cachapa
Copy link
Owner

cachapa commented Feb 5, 2024

BTW, what happens on upgrades, does the Postgres database get wiped?

Would it make sense to have some light documentation on how to store the data appropriately?

@bo0tzz
Copy link
Contributor Author

bo0tzz commented Feb 5, 2024

The postgres data is stored in a docker volume called pgdata. That keeps existing across updates, reboots, etc unless the user explicitly removes it. An alternative is to change - pgdata:/var/lib/postgres/data to use a mounted folder, like - /some-folder:/var/lib/postgres/data.

@cachapa
Copy link
Owner

cachapa commented Feb 5, 2024

Thanks for the clarification 👍

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

Successfully merging this pull request may close these issues.

Update Docker image
2 participants