Skip to content

Commit 07f5fa0

Browse files
committed
Add GitPod Badge
1 parent 34516bc commit 07f5fa0

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

services

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ waitForKeyrock () {
4242
displayServices () {
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

0 commit comments

Comments
 (0)