-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitpod.yml
41 lines (38 loc) · 876 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
32
33
34
35
36
37
38
39
40
41
image:
file: .gitpod.Dockerfile
tasks:
- init: pnpm install -f
vscode:
extensions:
- "zxh404.vscode-proto3"
- "ms-azuretools.vscode-docker"
- "dsznajder.es7-react-js-snippets"
- "mikestead.dotenv"
- "formulahendry.auto-complete-tag"
- "SonarSource.sonarlint-vscode"
- "christian-kohler.npm-intellisense"
- "nrwl.angular-console"
- "esbenp.prettier-vscode"
- "ms-python.python"
- "dbaeumer.vscode-eslint"
- "doi.fileheadercomment"
ports:
- name: Gateway
port: 8080
visibility: public
- name: Auth Service
port: 8081
visibility: public
- name: Law Service
port: 8082
visibility: public
- name: Search Service
port: 8083
visibility: public
- name: Chat Service
port: 8084
visibility: public
- name: Website
port: 3000
visibility: public
onOpen: open-browser