mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 17:20:15 +02:00
Added: exporter with blaze-secondary
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user