-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitpod.yml
34 lines (28 loc) · 934 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
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
tasks:
- before: make gitpod-install
init: make gitpod-start
ports:
- name: eMush
description: Front end for eMush
port: 4173
visibility: public
onOpen: open-browser
- name: API
description: API from the back-end
port: 8080
visibility: private
onOpen: ignore
- name: Database
description: eMush database
port: 5432
visibility: private
onOpen: ignore
- name: Eternaltwin
description: eMush Eternaltwin
port: 50320
visibility: public
onOpen: ignore