Skip to content

Commit

Permalink
chore: add stop_grace_period and POSTGRES_HOST_AUTH_METHOD=trust
Browse files Browse the repository at this point in the history
  • Loading branch information
nroulon committed May 30, 2024
1 parent c68afc1 commit 5195556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/resources/yaml/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
postgres:
image: postgres
container_name: aki_test_postgres
stop_grace_period: 0s
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- postgres_volume:/var/lib/postgresql/data
- ./postgres/test:/tmp/test
Expand Down

0 comments on commit 5195556

Please sign in to comment.