Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankSchnicke authored Feb 27, 2024
1 parent b180605 commit 1c26c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ services:
environment:
VITE_AAS_REGISTRY_PATH: "http://localhost:8082"
VITE_SUBMODEL_REGISTRY_PATH: "http://localhost:8083"
VITE_AAS_DISCOVERY_PATH: "http://localhost:8084"
VITE_AAS_REPO_PATH: "http://localhost:8081/shells"
VITE_SUBMODEL_REPO_PATH: "http://localhost:8081/submodels"
VITE_CD_REPO_PATH: "http://localhost:8081/concept-descriptions"
restart: always
depends_on:
aas-env:
condition: service_healthy
condition: service_healthy

0 comments on commit 1c26c01

Please sign in to comment.