File tree Expand file tree Collapse file tree
examples/BaSyxQueryLanguage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ basyx.aasrepository.feature.search.enabled=true
2121basyx.aasrepository.feature.search.indexname =aas-index
2222basyx.submodelrepository.feature.search.enabled =true
2323basyx.submodelrepository.feature.search.indexname =sm-index
24- basyx.conceptdescriptionrepository .feature.search.enabled =true
25- basyx.conceptdescriptionrepository .feature.search.indexname =cd-index
24+ basyx.cdrepository .feature.search.enabled =true
25+ basyx.cdrepository .feature.search.indexname =cd-index
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ services:
1919 condition : service_healthy
2020 mongo :
2121 condition : service_healthy
22+ elasticsearch :
23+ condition : service_healthy
2224 aas-registry :
2325 image : eclipsebasyx/aas-registry-log-mongodb:2.0.0-SNAPSHOT
2426 container_name : aas-registry
@@ -32,6 +34,8 @@ services:
3234 depends_on :
3335 mongo :
3436 condition : service_healthy
37+ elasticsearch :
38+ condition : service_healthy
3539 sm-registry :
3640 image : eclipsebasyx/submodel-registry-log-mongodb:2.0.0-SNAPSHOT
3741 container_name : sm-registry
@@ -45,6 +49,8 @@ services:
4549 depends_on :
4650 mongo :
4751 condition : service_healthy
52+ elasticsearch :
53+ condition : service_healthy
4854 aas-discovery :
4955 image : eclipsebasyx/aas-discovery:2.0.0-SNAPSHOT
5056 container_name : aas-discovery
@@ -85,6 +91,6 @@ services:
8591 CD_REPO_PATH : http://localhost:8081/concept-descriptions
8692 AAS_DISCOVERY_PATH : http://localhost:8084/lookup/shells
8793 restart : always
88- # depends_on:
89- # aas-env:
90- # condition: service_healthy
94+ depends_on :
95+ aas-env :
96+ condition : service_healthy
You can’t perform that action at this time.
0 commit comments