mirror of https://github.com/samply/bridgehead.git
Fixed vars in exliquid compose
This commit is contained in:
parent
3236128ca1
commit
c9bb317cd2
|
@ -18,12 +18,11 @@ services:
|
||||||
environment:
|
environment:
|
||||||
SPRING_WEBFLUX_BASE_PATH: "/exliquid"
|
SPRING_WEBFLUX_BASE_PATH: "/exliquid"
|
||||||
JAVA_TOOL_OPTIONS: "-Xmx1g"
|
JAVA_TOOL_OPTIONS: "-Xmx1g"
|
||||||
PROXY_ID: "report-hub.${PROXY_ID}"
|
APP_BEAM_APPID: "report-hub.${PROXY_ID}"
|
||||||
SECRET: ${REPORTHUB_BEAM_SECRET_SHORT}
|
APP_BEAM_SECRET: ${REPORTHUB_BEAM_SECRET_SHORT}
|
||||||
APP_BEAM_PROXY_BASEURL: http://beam-proxy:8081
|
APP_BEAM_PROXY_BASEURL: http://beam-proxy:8081
|
||||||
APP_TASKSTORE_BASEURL: "http://bridgehead-exliquid-task-store:8080/fhir"
|
APP_TASKSTORE_BASEURL: "http://bridgehead-exliquid-task-store:8080/fhir"
|
||||||
APP_DATASTORE_BASEURL: http://bridgehead-ccp-blaze:8080/fhir
|
APP_DATASTORE_BASEURL: http://bridgehead-ccp-blaze:8080/fhir
|
||||||
BEAM_PROXY: "http://beam-proxy:8081"
|
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
Loading…
Reference in New Issue