Compare commits

..

No commits in common. "17ab0cdf03e79364314559346811885b953bd0ce" and "ca043aa7b4eefcf82a114db7add32a9fe74e725c" have entirely different histories.

View File

@ -3,8 +3,7 @@ services:
container_name: hapi-fhir
image: "hapiproject/hapi:latest"
depends_on:
hapi-db:
condition: service_healthy
- hapi-db
volumes:
- ./hapi-config:/data/hapi
environment:
@ -15,12 +14,6 @@ services:
SPRING_DATASOURCE_PASSWORD: ${SPRING_DATASOURCE_PASSWORD}
SPRING_DATASOURCE_DRIVERCLASSNAME: ${SPRING_DATASOURCE_DRIVERCLASSNAME}
SPRING_JPA_PROPERTIES_HIBERNATE_DIALECT: ${SPRING_JPA_PROPERTIES_HIBERNATE_DIALECT}
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:8080/fhir/metadata > /dev/null"]
interval: 30s
timeout: 10s
retries: 5
start_period: 60s
networks:
- hapi-network
hapi-db:
@ -46,9 +39,6 @@ services:
bus-gateway:
container_name: bus-gateway
depends_on:
hapi-fhir:
condition: service_healthy
build:
context: ./bus-gateway
environment:
@ -73,10 +63,8 @@ services:
container_name: nginx
image: nginx:alpine
depends_on:
hapi-fhir:
condition: service_healthy
bus-gateway:
condition: service_started
- hapi-fhir
- bus-gateway
environment:
TZ: ${TZ:-America/Argentina/Buenos_Aires}
ports: