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

Set host auth method to trust so that postgres can start #181

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

Conversation

Sticksman
Copy link
Contributor

@Sticksman Sticksman commented Oct 20, 2024

Trust allows us to start up postgres without issues.

Pgbouncer: Latest is also stuck at 1.5.5, so we might want to grab a newer version or change pgbouncer repos


services:
postgres:
image: postgres:9.4
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just an example config, I'm not sure it's actively used anywhere in this repo directly.

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.

2 participants