File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -88,41 +88,27 @@ services:
8888 healthcheck :
8989 interval : 30s
9090
91-
92- # Tutorial acts as a series of dummy IoT Sensors over HTTP
91+ # Tutorial acts as a Farm Management Information System
9392 tutorial :
9493 labels :
9594 org.fiware : ' tutorial'
9695 image : quay.io/fiware/tutorials.ngsi-ld
97- hostname : iot-sensors
96+ hostname : tutorial
9897 container_name : fiware-tutorial
9998 depends_on :
10099 - mongo-db
101100 networks :
102- default :
103- aliases :
104- - tutorial
105- - context-provider
101+ - default
106102 expose :
107103 - " ${TUTORIAL_APP_PORT}"
108- - " ${TUTORIAL_DUMMY_DEVICE_PORT}"
109104 ports :
110105 - " ${TUTORIAL_APP_PORT}:${TUTORIAL_APP_PORT}" # localhost:3000
111- - " ${TUTORIAL_DUMMY_DEVICE_PORT}:${TUTORIAL_DUMMY_DEVICE_PORT}" # localhost:3001
112106 environment :
113107 - DEBUG=tutorial:*
114108 - WEB_APP_PORT=${TUTORIAL_APP_PORT} # Port used by the content provider proxy and web-app for viewing data
115- - IOTA_HTTP_HOST=iot-agent
116- - IOTA_HTTP_PORT=${IOTA_SOUTH_PORT}
117- - OPENWEATHERMAP_KEY_ID=<ADD_YOUR_KEY_ID>
118- - TWITTER_CONSUMER_KEY=<ADD_YOUR_CONSUMER_KEY>
119- - TWITTER_CONSUMER_SECRET=<ADD_YOUR_CONSUMER_SECRET>
120109 - MONGO_URL=mongodb://mongo-db:27017
121110 - IOTA_JSON_LD_CONTEXT=http://context/user-context.jsonld
122111
123- - PIG_COUNT=${PIG_COUNT}
124- - COW_COUNT=${COW_COUNT}
125-
126112
127113networks :
128114 default :
You can’t perform that action at this time.
0 commit comments