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

Docker: Implement Persistent PSQL Data in Volumes #746

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kyleecodes
Copy link
Member

Resolves #588

Also resolves issues not published in GitHub, see below.

What changes did you make and why did you make them?

Previously reduced overhead by moving PSQL database into Docker. In this PR, persistent storage is implemented using Docker volumes. This ensures data stays persistent if containers are deleted and for maintainers to not have to populate cloned forks locally when reviewing forked PRs.
Respective docs are updated to reflect the change.

Did you run tests? Share screenshot of results:

image

image

How did you find us? (GitHub, Google search, social media, etc.):

@kyleecodes kyleecodes self-assigned this Jan 7, 2025
@kyleecodes kyleecodes changed the title Docker: Persist PSQL Data in Volumes Docker: Implement Persistent PSQL Data in Volumes Jan 7, 2025
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.

Docker Compose doesn't load .env file and incorrect DATABASE_URL configuration
1 participant