Skip to content

Commit

Permalink
Add missing POSTGRES_HOST_AUTH_METHOD for docker postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Apr 19, 2024
1 parent bddebc7 commit 0b1718d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 1s
environment:
POSTGRES_HOST_AUTH_METHOD: trust
rabbit:
image: rabbitmq:3.12-management-alpine
ports:
Expand Down

0 comments on commit 0b1718d

Please sign in to comment.