-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitpod.yml
51 lines (40 loc) · 894 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
42
43
44
45
46
47
48
49
50
51
gitConfig:
pull.rebase: 'true'
image:
file: .gitpod.Dockerfile
ports:
- port: 5433 # PostgreSQL
onOpen: ignore
- port: 5672 # RabbitMQ
onOpen: ignore
- port: 6380 # Redis
onOpen: ignore
- port: 9000 # MinIO
onOpen: ignore
- port: 9001 # MinIO Dashboard
onOpen: ignore
- port: 15672 # RabbitMQ Dashboard
onOpen: ignore
- port: 30000 # Storage Server
onOpen: ignore
tasks:
- name: Setup
before: docker compose up -d
init: ./scripts/setup.sh
github:
prebuilds:
addBadge: true
vscode:
extensions:
- apollographql.vscode-apollo
- bradlc.vscode-tailwindcss
- bruno-api-client.bruno
- csstools.postcss
- dbaeumer.vscode-eslint
- eamodio.gitlens
- editorconfig.editorconfig
- esbenp.prettier-vscode
- golang.go
- hashicorp.terraform
- ms-azuretools.vscode-docker
- prisma.prisma