|
|
@@ -5,8 +5,8 @@ services:
|
|
|
image: registry.rys.one/dtdesign/fuseki
|
|
|
container_name: fuseki
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "3030:3030"
|
|
|
+ #ports:
|
|
|
+ # - "3030:3030"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/fuseki:/fuseki"
|
|
|
@@ -18,8 +18,8 @@ services:
|
|
|
image: registry.rys.one/dtdesign/spendpoint:dev
|
|
|
container_name: spendpoint
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "8000:8000"
|
|
|
+ #ports:
|
|
|
+ # - "8000:8000"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/spendpoint:/app/data:ro"
|
|
|
@@ -28,8 +28,8 @@ services:
|
|
|
image: registry.rys.one/dtdesign/mocka
|
|
|
container_name: mocka
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "7999:7999"
|
|
|
+ #ports:
|
|
|
+ # - "7999:7999"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/mocka:/app/data"
|
|
|
@@ -38,8 +38,8 @@ services:
|
|
|
image: registry.rys.one/dtdesign/dtdesign/outliers:dev
|
|
|
container_name: outliers
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "9090:9090"
|
|
|
+ #ports:
|
|
|
+ # - "9090:9090"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/outliers:/app/data:ro" # TODO This needs to be the csv directory and needs to map to the same dir as the backend csv
|
|
|
@@ -48,14 +48,14 @@ services:
|
|
|
image: registry.rys.one/diagram/drawio:dev
|
|
|
container_name: drawio
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "8080:8080"
|
|
|
- - "8443:8443"
|
|
|
+ #ports:
|
|
|
+ # - "8080:8080"
|
|
|
+ # - "8443:8443"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/drawio/dtdesign.js:/usr/local/tomcat/webapps/draw/plugins/dtdesign.js"
|
|
|
- "./data/drawio/ftgpm.js:/usr/local/tomcat/webapps/draw/plugins/ftgpm.js"
|
|
|
- - "./data/backend/shape_lib:/usr/local/tomcat/webapps/draw/myPlugins/shape_libs:z"
|
|
|
+ - "./data/backend/shape_lib:/usr/local/tomcat/webapps/draw/myPlugins/shape_libs"
|
|
|
environment:
|
|
|
- LETS_ENCRYPT_ENABLED=false
|
|
|
- PUBLIC_DNS=drawio.local
|
|
|
@@ -71,8 +71,8 @@ services:
|
|
|
image: registry.rys.one/dtdesign/wee:dev
|
|
|
container_name: wee
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "8081:8081"
|
|
|
+ #ports:
|
|
|
+ # - "8081:8081"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- "./data/wee/application.properties:/app/src/main/resources/application.properties"
|
|
|
@@ -81,12 +81,12 @@ services:
|
|
|
image: registry.rys.one/dtdesign/drawio2oml/backend:dev
|
|
|
container_name: backend
|
|
|
network_mode: "host"
|
|
|
- ports:
|
|
|
- - "5000:5000"
|
|
|
+ #ports:
|
|
|
+ # - "5000:5000"
|
|
|
restart: unless-stopped
|
|
|
volumes:
|
|
|
- - "./data/backend/ontology/SystemDesignOntology2Layers:/app/ontology:Z"
|
|
|
- - "./data/backend/shape_lib:/app/shape_lib:z"
|
|
|
+ - "./data/backend/ontology:/app/ontology"
|
|
|
+ - "./data/backend/shape_lib:/app/shape_lib"
|
|
|
environment:
|
|
|
- WEE_ENDPOINT=http://localhost:8081
|
|
|
- FUSEKI_ENDPOINT=http://localhost:3030
|