Skip to content

Commit

Permalink
added docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 8, 2023
1 parent 30ef71d commit f22ec02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
services:
aasx-server:
container_name: aasx-server
hostname: aasx-server
image: adminshellio/aasx-server-blazor-for-demo:v3latest
restart: unless-stopped
ports:
- "5001:5001"
command: --start-index 0 --no-security --edit --data-path /usr/share/aasxs --external-blazor http://localhost:5001

0 comments on commit f22ec02

Please sign in to comment.