mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix: Wait for healthy db when starting temporal (#21610)
This commit is contained in:
committed by
GitHub
parent
2f0efba61c
commit
5bb8d098c8
@@ -169,8 +169,11 @@ services:
|
||||
volumes:
|
||||
- ./docker/temporal/dynamicconfig:/etc/temporal/config/dynamicconfig
|
||||
depends_on:
|
||||
- db
|
||||
- elasticsearch
|
||||
db:
|
||||
condition: service_healthy
|
||||
elasticsearch:
|
||||
condition: service_started
|
||||
|
||||
temporal-admin-tools:
|
||||
environment:
|
||||
- TEMPORAL_CLI_ADDRESS=temporal:7233
|
||||
|
||||
@@ -121,6 +121,7 @@ services:
|
||||
extends:
|
||||
file: docker-compose.base.yml
|
||||
service: temporal
|
||||
|
||||
temporal-admin-tools:
|
||||
extends:
|
||||
file: docker-compose.base.yml
|
||||
|
||||
Reference in New Issue
Block a user