Skip to content

Commit

Permalink
Shorten postgres container wait times on compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jan 9, 2025
1 parent 1c7ce30 commit f0e9044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ services:
- "5432:5432"
healthcheck:
test: "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"
interval: 30s
interval: 10s
timeout: 30s
retries: 5
start_period: 30s
start_period: 10s

nginx:
container_name: cantus-nginx-1
Expand Down

0 comments on commit f0e9044

Please sign in to comment.