-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitpod.yml
More file actions
48 lines (38 loc) · 763 Bytes
/
.gitpod.yml
File metadata and controls
48 lines (38 loc) · 763 Bytes
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
45
46
47
48
# tasks:
# - name: Run Docker Backend
# - before: |
# ./.gitpodEnv.rb
# - init: |
# echo "init be"
# command: |
# echo "Sleeping"
# sleep 5
# echo "starting be"
# ./dockerDev.sh
# - name: Run Frontend
# - init: |
# echo "init fe"
# command: |
# ./.gitpodDapp.sh
ports:
- name: Front End
port: 3000
onOpen: open-browser
- name: Server API
port: 5420
- name: Database
port: 5433
onOpen: ignore
- name: IPFS
port: 5001
- name: Graph Node
port: 8001
- name: Ganache Local Blockchain
port: 8545
- name: Element Block Explorer
port: 3001
- name: Server API Debugger
port: 9229
onOpen: ignore
- name: Prisma Studio
port: 5555