Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cukhoaimon committed Feb 12, 2024
1 parent 332fa2b commit b486b63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ services:
- POSTGRES_DB=${POSTGRES_DB}
healthcheck:
test: [ "CMD-SHELL", "sh -c 'pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}'" ]
interval: 10s
interval: 5s
timeout: 3s
retries: 3
ports:
- "5432:5432"
networks:
- internal

Expand Down

0 comments on commit b486b63

Please sign in to comment.