File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -55,35 +55,25 @@ services:
55
55
test : ["CMD","mongosh", "localhost:27017/test", "--quiet"]
56
56
interval : 5s
57
57
58
- # Tutorial acts as a series of dummy IoT Sensors over HTTP
58
+
59
+ # Tutorial acts as a Farm Management Information System
59
60
tutorial :
60
61
labels :
61
62
org.fiware : ' tutorial'
62
63
image : quay.io/fiware/tutorials.ngsi-ld
63
- platform : linux/amd64
64
- hostname : iot-sensors
64
+ hostname : tutorial
65
65
container_name : fiware-tutorial
66
66
depends_on :
67
67
- mongo-db
68
68
networks :
69
- default :
70
- aliases :
71
- - tutorial
72
- - context-provider
69
+ - default
73
70
expose :
74
71
- " ${TUTORIAL_APP_PORT}"
75
- - " ${TUTORIAL_DUMMY_DEVICE_PORT}"
76
72
ports :
77
73
- " ${TUTORIAL_APP_PORT}:${TUTORIAL_APP_PORT}" # localhost:3000
78
- - " ${TUTORIAL_DUMMY_DEVICE_PORT}:${TUTORIAL_DUMMY_DEVICE_PORT}" # localhost:3001
79
74
environment :
80
75
- DEBUG=tutorial:*
81
76
- WEB_APP_PORT=${TUTORIAL_APP_PORT} # Port used by the content provider proxy and web-app for viewing data
82
- - IOTA_HTTP_HOST=iot-agent
83
- - IOTA_HTTP_PORT=${IOTA_SOUTH_PORT}
84
- - OPENWEATHERMAP_KEY_ID=<ADD_YOUR_KEY_ID>
85
- - TWITTER_CONSUMER_KEY=<ADD_YOUR_CONSUMER_KEY>
86
- - TWITTER_CONSUMER_SECRET=<ADD_YOUR_CONSUMER_SECRET>
87
77
- MONGO_URL=mongodb://mongo-db:27017
88
78
- IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
89
79
You can’t perform that action at this time.
0 commit comments