@@ -5,11 +5,12 @@ networks:
55
66volumes :
77 mnestix-database :
8+ mnestix-mongodb-data :
89
910services :
1011 mnestix-browser :
1112 container_name : mnestix-browser
12- image : mnestix/mnestix-browser:1.5.0
13+ image : mnestix/mnestix-browser:1.5.1
1314 profiles : ['', 'frontend', 'tests']
1415 build :
1516 dockerfile : Dockerfile
@@ -41,7 +42,7 @@ services:
4142 - mnestix-database:/app/prisma/database
4243
4344 mnestix-api :
44- image : mnestix/mnestix-api:1.3.2
45+ image : mnestix/mnestix-api:1.3.3
4546 container_name : mnestix-api
4647 profiles : ['', 'backend', 'tests']
4748 ports :
@@ -81,7 +82,7 @@ services:
8182 - mnestix-network
8283
8384 mongodb :
84- image : mongo:5
85+ image : mongo:8
8586 container_name : mongodb
8687 profiles : ['', 'basyx', 'tests']
8788 environment :
@@ -100,9 +101,11 @@ services:
100101 max-size : ' 100m'
101102 networks :
102103 - mnestix-network
104+ volumes :
105+ - mnestix-mongodb-data:/data/db
103106
104107 aas-environment :
105- image : eclipsebasyx/aas-environment:2.0.0-milestone-05
108+ image : eclipsebasyx/aas-environment:2.0.0-milestone-06
106109 container_name : aas-environment
107110 profiles : ['', 'basyx', 'tests']
108111 depends_on :
@@ -134,7 +137,7 @@ services:
134137 - mnestix-network
135138
136139 aas-discovery :
137- image : eclipsebasyx/aas-discovery:2.0.0-milestone-05
140+ image : eclipsebasyx/aas-discovery:2.0.0-milestone-06
138141 container_name : aas-discovery
139142 profiles : ['', 'basyx', 'tests']
140143 depends_on :
@@ -162,7 +165,7 @@ services:
162165 - mnestix-network
163166
164167 aas-registry :
165- image : eclipsebasyx/aas-registry-log-mongodb:2.0.0-milestone-05
168+ image : eclipsebasyx/aas-registry-log-mongodb:2.0.0-milestone-06
166169 container_name : aas-registry
167170 profiles : ['', 'basyx']
168171 ports :
@@ -182,7 +185,7 @@ services:
182185 - mnestix-network
183186
184187 submodel-registry :
185- image : eclipsebasyx/submodel-registry-log-mongodb:2.0.0-milestone-05
188+ image : eclipsebasyx/submodel-registry-log-mongodb:2.0.0-milestone-06
186189 container_name : submodel-registry
187190 profiles : ['', 'basyx']
188191 ports :
0 commit comments