File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 ports :
3030 - " 1026:1026"
3131 networks :
32- - filip
32+ - fiware
3333 depends_on :
3434 - mongo-db
3535 environment :
@@ -55,7 +55,7 @@ services:
5555 container_name : " mongo-db"
5656 restart : always
5757 networks :
58- - filip
58+ - fiware
5959 volumes :
6060 - mongo-db:/data/db
6161 logging : *logging-low
@@ -68,7 +68,7 @@ services:
6868 ports :
6969 - " 4041:4041"
7070 networks :
71- - filip
71+ - fiware
7272 depends_on :
7373 - mongo-db
7474 environment :
@@ -101,7 +101,7 @@ services:
101101 image : fiware/iotagent-ul:1.23.0
102102 hostname : iot-agent-ul
103103 networks :
104- - filip
104+ - fiware
105105 ports :
106106 - " 4061:4061"
107107 environment :
@@ -131,7 +131,7 @@ services:
131131 ports :
132132 - " 1883:1883"
133133 networks :
134- - filip
134+ - fiware
135135 volumes :
136136 - ./mosquitto.conf:/mosquitto/config/mosquitto.conf
137137
@@ -143,7 +143,7 @@ services:
143143 ports :
144144 - " 8668:8668"
145145 networks :
146- - filip
146+ - fiware
147147 depends_on :
148148 - orion
149149 - crate
@@ -165,7 +165,7 @@ services:
165165 ports :
166166 - " 4200:4200"
167167 networks :
168- - filip
168+ - fiware
169169 volumes :
170170 - crate:/data
171171 environment :
@@ -183,7 +183,7 @@ services:
183183 ports :
184184 - " 1027:1026"
185185 networks :
186- - filip
186+ - fiware
187187 depends_on :
188188 - mongo-db
189189 command : -experimental
You can’t perform that action at this time.
0 commit comments