File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ services:
83
83
network_mode : host
84
84
depends_on :
85
85
- mongodb
86
- - cache
86
+
87
87
compute :
88
88
build :
89
89
context : ./src/backend/microservices/compute
@@ -93,7 +93,7 @@ services:
93
93
network_mode : host
94
94
depends_on :
95
95
- mongodb
96
- - cache
96
+
97
97
file-transfer :
98
98
build :
99
99
context : ./src/backend/microservices/file-transfer
@@ -103,7 +103,7 @@ services:
103
103
network_mode : host
104
104
depends_on :
105
105
- mongodb
106
- - cache
106
+
107
107
gateway :
108
108
build :
109
109
context : ./src/backend/microservices/gateway
@@ -113,7 +113,7 @@ services:
113
113
network_mode : host
114
114
depends_on :
115
115
- mongodb
116
- - cache
116
+
117
117
visualization :
118
118
build :
119
119
context : ./src/backend/microservices/visualization
@@ -123,7 +123,7 @@ services:
123
123
network_mode : host
124
124
depends_on :
125
125
- mongodb
126
- - cache
126
+
127
127
128
128
volumes :
129
129
keycloak_db_data :
You can’t perform that action at this time.
0 commit comments