File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ports :
2+ - name : Orion
3+ description : Context Broker
4+ port : 1026
5+ onOpen : notify
6+ - name : Wilma
7+ description : PEP Proxy
8+ port : 1027
9+ onOpen : ignore
10+ - name : Tutorial App
11+ description : Web app displaying context data
12+ port : 3000
13+ onOpen : open-preview
14+ - name : Tutorial Devices
15+ description : Dummy IoT Sensors over HTTP
16+ port : 3001
17+ onOpen : ignore
18+ - name : Keyrock
19+ description : Identity Manager
20+ port : 3005
21+ onOpen : open-preview
22+ - name : MySQL
23+ description : Database for Keyrock
24+ port : 3306
25+ onOpen : ignore
26+ - name : IoT Agent (North Port)
27+ description : NGSI data and device provisioning
28+ port : 4041
29+ onOpen : ignore
30+ - name : IoT Agent (South Port)
31+ description : Ultralight HTTP measures
32+ port : 7896
33+ onOpen : ignore
34+ - name : MongoDB
35+ description : Database for Orion + IoT Agent
36+ port : 27017
37+ onOpen : ignore
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ waitForKeyrock () {
4242displayServices () {
4343 echo " "
4444 docker ps --format " table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
45+ (gp ports list 2> /dev/null) || true
4546 echo " "
4647}
4748
You can’t perform that action at this time.
0 commit comments