forked from FIWARE/tutorials.Relationships-Linked-Data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitpod.yml
44 lines (43 loc) · 1.02 KB
/
.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
42
43
44
tasks:
- name: Pull Images
init: ./services create
ports:
- name: Orion
description: Context Broker
port: 1026
onOpen: notify
- name: Scorpio
description: Context Broker
port: 9090
onOpen: notify
visibility: public
- name: Stellio
description: Context Broker
port: 8080
onOpen: notify
visibility: public
- name: JSON-LD context (HTTPD)
description: Public User JSON-LD context
port: 3004
onOpen: notify
visibility: public
- 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: 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