Skip to content

Commit

Permalink
healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Dec 6, 2024
1 parent 2541385 commit f2814e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ services:
container_name: bag3d-data-postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE}"]
interval: 40s
retries: 4
start_period: 80s
timeout: 120s
interval: 3s
retries: 10
start_period: 30s
timeout: 10s
shm_size: '1gb'
ports:
- "${BAG3D_PG_PORT_ON_HOST}:5432"
Expand Down

0 comments on commit f2814e0

Please sign in to comment.