forked from FIWARE/tutorials.PEP-Proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
41 lines (40 loc) · 949 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
tasks:
- name: Pull Images
init: ./services create
ports:
- name: Orion
description: Context Broker
port: 1026
onOpen: notify
- name: Wilma
description: PEP Proxy
port: 1027
onOpen: ignore
- name: Tutorial App
description: Web app displaying context data
port: 3000
onOpen: open-preview
- name: Tutorial Devices
description: Dummy IoT Sensors over HTTP
port: 3001
onOpen: ignore
- name: Keyrock
description: Identity Manager
port: 3005
onOpen: open-preview
- name: MySQL
description: Database for Keyrock
port: 3306
onOpen: ignore
- name: IoT Agent (North Port)
description: NGSI data and device provisioning
port: 4041
onOpen: ignore
- name: IoT Agent (South Port)
description: Ultralight HTTP measures
port: 7896
onOpen: ignore
- name: MongoDB
description: Database for Orion + IoT Agent
port: 27017
onOpen: ignore