Compare commits
No commits in common. "17ab0cdf03e79364314559346811885b953bd0ce" and "ca043aa7b4eefcf82a114db7add32a9fe74e725c" have entirely different histories.
17ab0cdf03
...
ca043aa7b4
@ -3,8 +3,7 @@ services:
|
|||||||
container_name: hapi-fhir
|
container_name: hapi-fhir
|
||||||
image: "hapiproject/hapi:latest"
|
image: "hapiproject/hapi:latest"
|
||||||
depends_on:
|
depends_on:
|
||||||
hapi-db:
|
- hapi-db
|
||||||
condition: service_healthy
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./hapi-config:/data/hapi
|
- ./hapi-config:/data/hapi
|
||||||
environment:
|
environment:
|
||||||
@ -15,12 +14,6 @@ services:
|
|||||||
SPRING_DATASOURCE_PASSWORD: ${SPRING_DATASOURCE_PASSWORD}
|
SPRING_DATASOURCE_PASSWORD: ${SPRING_DATASOURCE_PASSWORD}
|
||||||
SPRING_DATASOURCE_DRIVERCLASSNAME: ${SPRING_DATASOURCE_DRIVERCLASSNAME}
|
SPRING_DATASOURCE_DRIVERCLASSNAME: ${SPRING_DATASOURCE_DRIVERCLASSNAME}
|
||||||
SPRING_JPA_PROPERTIES_HIBERNATE_DIALECT: ${SPRING_JPA_PROPERTIES_HIBERNATE_DIALECT}
|
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:
|
networks:
|
||||||
- hapi-network
|
- hapi-network
|
||||||
hapi-db:
|
hapi-db:
|
||||||
@ -46,9 +39,6 @@ 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:
|
||||||
@ -73,10 +63,8 @@ services:
|
|||||||
container_name: nginx
|
container_name: nginx
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
depends_on:
|
depends_on:
|
||||||
hapi-fhir:
|
- hapi-fhir
|
||||||
condition: service_healthy
|
- bus-gateway
|
||||||
bus-gateway:
|
|
||||||
condition: service_started
|
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ:-America/Argentina/Buenos_Aires}
|
TZ: ${TZ:-America/Argentina/Buenos_Aires}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user