Skip to content

Commit c3c99bd

Browse files
committed
Use open-preview
1 parent 987dede commit c3c99bd

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.gitpod.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
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
210
- name: Tutorial App
311
description: Web app displaying context data
412
port: 3000
5-
onOpen: open-browser
13+
onOpen: open-preview
614
- name: Tutorial Devices
715
description: Dummy IoT Sensors over HTTP
816
port: 3001
917
onOpen: ignore
1018
- name: Keyrock
1119
description: Identity Manager
1220
port: 3005
13-
onOpen: open-browser
14-
- name: Orion
15-
description: Context Broker
16-
port: 1026
17-
onOpen: notify
21+
onOpen: open-preview
22+
- name: MySQL
23+
description: Database for Keyrock
24+
port: 3306
25+
onOpen: ignore
1826
- name: IoT Agent (North Port)
1927
description: NGSI data and device provisioning
2028
port: 4041
@@ -23,15 +31,7 @@ ports:
2331
description: Ultralight HTTP measures
2432
port: 7896
2533
onOpen: ignore
26-
- name: Wilma
27-
description: PEP Proxy
28-
port: 1027
29-
onOpen: ignore
3034
- name: MongoDB
3135
description: Database for Orion + IoT Agent
3236
port: 27017
33-
onOpen: ignore
34-
- name: MySQL
35-
description: Database for Keyrock
36-
port: 3306
3737
onOpen: ignore

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ waitForIoTAgent () {
8686
displayServices () {
8787
echo ""
8888
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" --filter name=fiware-*
89-
gp ports list 2> /dev/null
89+
!{ gp ports list 2> /dev/null }
9090
echo ""
9191
}
9292

0 commit comments

Comments
 (0)