Skip to content

Commit

Permalink
Update aas-gui images in example docker compose files (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
seicke authored Dec 6, 2024
1 parent 795da16 commit be03c1e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/BaSyxClient/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- ./config/sm-registry.yml:/workspace/config/application.yml

aas-web-ui:
image: eclipsebasyx/aas-gui:v2-240913
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-ui
ports:
- '3000:3000'
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxDatabridge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:

# AAS Web UI
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-241006
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-ui
ports:
- '3000:3000'
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxMinimal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
condition: service_healthy

aas-web-ui_v2:
image: eclipsebasyx/aas-gui:v2-240801
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-web-ui_v2
ports:
- "3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxNGINX/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

# AAS Web UI
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-240801
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-ui
ports:
- "3000:3000"
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxOperationDelegation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- ./basyx/sm-registry.yml:/workspace/config/application.yml
restart: always
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-241114
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-ui
ports:
- '3000:3000'
Expand Down
2 changes: 1 addition & 1 deletion examples/BaSyxSecured/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:

# AAS Web UI
aas-web-ui:
image: eclipsebasyx/aas-gui:v2-240801
image: eclipsebasyx/aas-gui:SNAPSHOT
container_name: aas-ui
extra_hosts:
- "keycloak:127.0.0.1"
Expand Down

0 comments on commit be03c1e

Please sign in to comment.