-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
.gitpod.yml
61 lines (59 loc) · 1.35 KB
/
.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
52
53
54
55
56
57
58
59
60
61
tasks:
- init: |
if [ "$GITPOD_HEADLESS" == "true" ]; then
./lila-docker setup
else
"You can setup prebuilds and get a faster dev environment by following the instructions at https://github.com/lichess-org/lila-docker/blob/main/gitpod-prebuilds.md"
fi
- command: |
./lila-docker setup
ports:
- port: 8080
name: lichess
description: Lichess dev site
onOpen: open-preview
- port: 8025
name: mailpit
description: Email inbox
onOpen: ignore
- port: 8081
name: mongo-express
description: "Database explorer"
onOpen: ignore
- port: 8086
name: influxdb
description: "Monitoring (u: admin / p: password)"
onOpen: ignore
- port: 8089
name: API docs
onOpen: ignore
- port: 8090
name: chessground
onOpen: ignore
- port: 8091
name: pgn-viewer
onOpen: ignore
- port: 9666
name: lila-engine
description: External engine
onOpen: ignore
- port: 6175
name: lila-gif
onOpen: ignore
- port: 3001
name: picfit
onOpen: ignore
- port: 8092
name: elasticvue
description: Elasticsearch manager
onOpen: ignore
- port: 9200
name: elasticsearch
description: Elasticsearch
onOpen: ignore
visibility: public
vscode:
extensions:
- esbenp.prettier-vscode
- ms-azuretools.vscode-docker
- scala-lang.scala