File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ jspm_packages/
34
34
.npm
35
35
.eslintcache
36
36
* .tgz
37
- .next
37
+ .next
38
+ .idea
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ version: "3.8"
20
20
services :
21
21
# Orion is the context broker
22
22
orion :
23
+ image : quay.io/fiware/orion:${ORION_VERSION}
23
24
labels :
24
25
org.fiware : ' tutorial'
25
- image : quay.io/fiware/orion:${ORION_VERSION}
26
26
hostname : orion
27
27
container_name : fiware-orion
28
28
depends_on :
@@ -41,6 +41,8 @@ services:
41
41
# IoT-Agent is configured for the JSON Protocol
42
42
iot-agent :
43
43
image : quay.io/fiware/iotagent-json:${JSON_VERSION}
44
+ labels :
45
+ org.fiware : ' tutorial'
44
46
hostname : iot-agent
45
47
container_name : fiware-iot-agent
46
48
depends_on :
@@ -75,9 +77,9 @@ services:
75
77
76
78
# Tutorial acts as a series of dummy IoT Sensors over HTTP
77
79
tutorial :
80
+ image : quay.io/fiware/tutorials.context-provider
78
81
labels :
79
82
org.fiware : ' tutorial'
80
- image : quay.io/fiware/tutorials.context-provider
81
83
hostname : iot-sensors
82
84
container_name : fiware-tutorial
83
85
depends_on :
@@ -112,9 +114,9 @@ services:
112
114
113
115
# Database
114
116
mongo-db :
117
+ image : mongo:${MONGO_DB_VERSION}
115
118
labels :
116
119
org.fiware : ' tutorial'
117
- image : mongo:${MONGO_DB_VERSION}
118
120
hostname : mongo-db
119
121
container_name : db-mongo
120
122
expose :
You can’t perform that action at this time.
0 commit comments