bus-gateway espera a que hapi-fhir esté healthy antes de levantar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9e24000992
commit
17ab0cdf03
@ -46,6 +46,9 @@ services:
|
|||||||
|
|
||||||
bus-gateway:
|
bus-gateway:
|
||||||
container_name: bus-gateway
|
container_name: bus-gateway
|
||||||
|
depends_on:
|
||||||
|
hapi-fhir:
|
||||||
|
condition: service_healthy
|
||||||
build:
|
build:
|
||||||
context: ./bus-gateway
|
context: ./bus-gateway
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user