File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
#
17
17
# see: https://github.com/FIWARE/helm-charts/
18
18
#
19
- version : " 3.5 "
19
+ version : " 3.8 "
20
20
services :
21
21
# Orion is the context broker
22
22
orion :
23
+ labels :
24
+ org.fiware : ' tutorial'
23
25
image : fiware/orion:${ORION_VERSION}
24
26
hostname : orion
25
27
container_name : fiware-orion
@@ -45,6 +47,8 @@ services:
45
47
#
46
48
47
49
iot-agent :
50
+ labels :
51
+ org.fiware : ' tutorial'
48
52
image : fiware/iotagent-ul:${ULTRALIGHT_VERSION}
49
53
hostname : iot-agent
50
54
container_name : fiware-iot-agent
@@ -73,12 +77,15 @@ services:
73
77
- IOTA_MQTT_PORT=1883 # The port the MQTT Broker is listening on to receive topics
74
78
- IOTA_DEFAULT_RESOURCE= # Default is blank. I'm using MQTT so I don't need a resource
75
79
- IOTA_PROVIDER_URL=http://iot-agent:${IOTA_NORTH_PORT}
80
+ - IOTA_DEFAULT_TRANSPORT=MQTT
76
81
healthcheck :
77
82
interval : 5s
78
83
79
84
80
85
# Tutorial acts as a series of dummy IoT Sensors over HTTP
81
86
tutorial :
87
+ labels :
88
+ org.fiware : ' tutorial'
82
89
image : fiware/tutorials.context-provider
83
90
hostname : iot-sensors
84
91
container_name : fiware-tutorial
@@ -115,6 +122,8 @@ services:
115
122
116
123
# Database
117
124
mongo-db :
125
+ labels :
126
+ org.fiware : ' tutorial'
118
127
image : mongo:${MONGO_DB_VERSION}
119
128
hostname : mongo-db
120
129
container_name : db-mongo
@@ -150,6 +159,8 @@ services:
150
159
- default
151
160
networks :
152
161
default :
162
+ labels :
163
+ org.fiware : ' tutorial'
153
164
ipam :
154
165
config :
155
166
- subnet : 172.18.1.0/24
You can’t perform that action at this time.
0 commit comments