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

Use a Bookworm based Postgres image in Docker compose #1892

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

Conversation

pauloxnet
Copy link
Member

The Alpine-based Postgres Docker image has some limitations compared to the standard one (eg: locale, extensions, ...), also I believe that the production version is not based on musl but on glibc.

I propose to use the standard version of the Postgres image in Docker compose to increase compatibility with the production system, having the same functionality locally without using too much more space since the standard version image is only a few megabytes larger than the Alpine one (eg: 142 MB vs 103MB).

@pauloxnet pauloxnet force-pushed the clean/docker-postgres branch from 8442fa8 to e8a41f1 Compare January 22, 2025 15:37
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.

1 participant