Skip to content

Commit

Permalink
Fix problem with unhealthy temporal postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 31, 2023
1 parent d6d0ef5 commit 29f03f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,12 @@ services:
image: postgres
logging:
driver: none
healthcheck:
test: pg_isready -d postgresql -U temporal
interval: 2s
timeout: 5s
start_period: 2s

temporal:
container_name: temporal
depends_on:
postgresql:
condition: service_healthy
condition: service_started
environment:
DB: postgresql
DB_PORT: 5432
Expand Down

0 comments on commit 29f03f5

Please sign in to comment.