Skip to content

Commit

Permalink
Update GitPod
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 10, 2023
1 parent c92d535 commit 6c0f8d8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@ ports:
port: 3004
onOpen: notify
visibility: public
- name: Orion
- name: Context Broker
description: Context Broker
port: 1026
onOpen: notify
visibility: public
- name: Scorpio
description: Context Broker
port: 9090
onOpen: notify
visibility: public
- name: Stellio
description: Context Broker
port: 8080
onOpen: notify
visibility: public
- name: MongoDB
description: Database for Orion
port: 27017
onOpen: ignore
- name: zookeeper
description: Synchronization service
port: 2181
onOpen: ignore
- name: kafka
description: Stream-processing platform
port: 9092
onOpen: ignore
- name: postgres
description: Database for Scorpio or Stellio
port: 5432
onOpen: ignore

0 comments on commit 6c0f8d8

Please sign in to comment.