mirror of https://github.com/samply/bridgehead.git
Added: exporter with blaze-secondary
This commit is contained in:
parent
6b4480c54b
commit
293810f254
|
@ -19,9 +19,14 @@ services:
|
||||||
- "traefik.http.services.blaze-secondary_ccp.loadbalancer.server.port=8080"
|
- "traefik.http.services.blaze-secondary_ccp.loadbalancer.server.port=8080"
|
||||||
- "traefik.http.routers.blaze-secondary_ccp.middlewares=ccp_b-secondary_strip,auth"
|
- "traefik.http.routers.blaze-secondary_ccp.middlewares=ccp_b-secondary_strip,auth"
|
||||||
- "traefik.http.routers.blaze-secondary_ccp.tls=true"
|
- "traefik.http.routers.blaze-secondary_ccp.tls=true"
|
||||||
|
|
||||||
obds2fhir-rest:
|
obds2fhir-rest:
|
||||||
environment:
|
environment:
|
||||||
STORE_PATH: ${STORE_PATH:-http://blaze:8080/fhir}
|
STORE_PATH: ${STORE_PATH:-http://blaze:8080/fhir}
|
||||||
|
|
||||||
|
exporter:
|
||||||
|
environment:
|
||||||
|
BLAZE_HOST: "blaze-secondary"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
blaze-secondary-data:
|
blaze-secondary-data:
|
Loading…
Reference in New Issue