We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67f85a commit e717a25Copy full SHA for e717a25
1 file changed
.gitpod.yml
@@ -11,7 +11,19 @@ ports:
11
description: Context Broker
12
port: 1026
13
onOpen: notify
14
+ - name: IoT Agent
15
+ description: IoT Agent North Port
16
+ port: 4041
17
+ onOpen: ignore
18
- name: Orion-Proxy
19
description: PEP Proxy
20
port: 1027
21
22
+ - name: MongoDB
23
+ description: Database for Orion + IoT Agent
24
+ port: 27017
25
26
+ - name: MySQL
27
+ description: Database for Keyrock
28
+ port: 3306
29
onOpen: ignore
0 commit comments