Skip to content

Commit 1c26c01

Browse files
Update docker-compose.yml
1 parent b180605 commit 1c26c01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ services:
8787
environment:
8888
VITE_AAS_REGISTRY_PATH: "http://localhost:8082"
8989
VITE_SUBMODEL_REGISTRY_PATH: "http://localhost:8083"
90+
VITE_AAS_DISCOVERY_PATH: "http://localhost:8084"
9091
VITE_AAS_REPO_PATH: "http://localhost:8081/shells"
9192
VITE_SUBMODEL_REPO_PATH: "http://localhost:8081/submodels"
9293
VITE_CD_REPO_PATH: "http://localhost:8081/concept-descriptions"
9394
restart: always
9495
depends_on:
9596
aas-env:
96-
condition: service_healthy
97+
condition: service_healthy

0 commit comments

Comments
 (0)