Skip to content

Commit 93891fe

Browse files
author
Doris Lam
committed
dev: docker compose
1 parent cee89f4 commit 93891fe

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build/
33
scrap/
44

5-
*.env
5+
66
*.ignore
77
.git-*
88

docker-compose/docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ services:
8080
ports:
8181
- 8080:8080
8282

83+
sysmlv2-service:
84+
image: openmbee/flexo-sysmlv2:demo
85+
hostname: flexo-sysmlv2
86+
container_name: flexo-sysmlv2
87+
environment:
88+
- FLEXO_HOST=layer1-service
89+
- FLEXO_PROTOCOL=http
90+
- FLEXO_PORT=8080
91+
- FLEXO_SYSMLV2_ORG=sysmlv2
92+
depends_on:
93+
- layer1-service
94+
ports:
95+
- 8083:8080
96+
8397
networks:
8498
default:
8599
name: flexo-mms-test-network

0 commit comments

Comments
 (0)