This repository was archived by the owner on Oct 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
feasibility-triangle/flare Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11services :
22 dataportal-backend :
33 restart : unless-stopped
4- image : ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.0
4+ image : ghcr.io/medizininformatik-initiative/feasibility-backend:6.0.3
55 ports :
66 - ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
77 depends_on :
@@ -127,15 +127,15 @@ services:
127127 source : dataportal-elastic-data
128128 target : /usr/share/elasticsearch/data
129129 init-elasticsearch :
130- image : ghcr.io/medizininformatik-initiative/dataportal-es-init:latest
130+ image : ghcr.io/medizininformatik-initiative/dataportal-es-init:1.1
131131 depends_on :
132132 dataportal-elastic :
133133 condition : service_healthy
134134 environment :
135135 ES_HOST : http://dataportal-elastic
136136 ES_PORT : 9200
137- ONTO_GIT_TAG : v3.0.0
138- ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/raw/
137+ ONTO_GIT_TAG : v3.0.1
138+ ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
139139 ONTO_RELATIVE_PATH : /example/fdpg-ontology/
140140 DOWNLOAD_FILENAME : elastic.zip
141141 EXIT_ON_EXISTING_INDICES : ${DATAPORTAL_ES_INIT_EXIT_ON_EXISTING_INDICES:-false}
Original file line number Diff line number Diff line change 11services :
22 dataportal-ui :
3- image : ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.1
3+ image : ghcr.io/medizininformatik-initiative/feasibility-gui:6.0.3
44 restart : unless-stopped
55 volumes :
66 - ./deploy-config.json:/usr/share/nginx/html/assets/config/config.deploy.json
Original file line number Diff line number Diff line change 11services :
22 flare :
3- image : ghcr.io/medizininformatik-initiative/flare:2.4.0
3+ image : ghcr.io/medizininformatik-initiative/flare:2.4.1
44 ports :
55 - ${FEASIBILITY_FLARE_PORT:-127.0.0.1:8084}:8080
66 environment :
You can’t perform that action at this time.
0 commit comments