Skip to content

Commit

Permalink
Updated Docker Compose to new UI version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Jan 25, 2024
1 parent 09a16b0 commit c707c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions aas-gui/examples/TimeSeriesData/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ services:
volumes:
- ./influxdb/data:/var/lib/influxdb2
- ./influxdb/config:/etc/influxdb2
# environment:
# - DOCKER_INFLUXDB_INIT_MODE=setup
# - DOCKER_INFLUXDB_INIT_USERNAME=admin
# - DOCKER_INFLUXDB_INIT_PASSWORD=test
# - DOCKER_INFLUXDB_INIT_ORG=htw-berlin
# - DOCKER_INFLUXDB_INIT_BUCKET=aas-demo
# - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=EgwWdfOqhpfeU3fMann4xjAR3uGxbdGDD_EcmlLlVb3TN7m4RNGQtfwooQrerjPGiIcSxwwl7M7F2bWZWDiVBw==
restart: always

# Metrics Collector
Expand Down Expand Up @@ -92,12 +85,13 @@ services:

# AAS Web UI
aas-ui:
image: aaronzi/basyx-aas-ui:SNAPSHOT_06
image: eclipsebasyx/aas-gui:v2-240125
container_name: aas-ui
ports:
- "3000:3000"
environment:
VITE_REGISTRY_PATH: "http://localhost:8082/api/v3.0"
VITE_AAS_REGISTRY_PATH: "http://localhost:8082"
VITE_SUBMODEL_REGISTRY_PATH: "http://localhost:8083"
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"
Expand Down
Binary file modified aas-gui/examples/TimeSeriesData/influxdb/data/influxd.bolt
Binary file not shown.

0 comments on commit c707c8d

Please sign in to comment.