-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitpod.yml
67 lines (58 loc) · 1.33 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
62
63
64
65
66
67
image:
file: .gitpod.Dockerfile
vscode:
extensions:
# Docker helper extension.
- ms-azuretools.vscode-docker
# PHP extension.
- felixfbecker.php-debug
# Bash extensions.
- timonwong.shellcheck
- rogalmic.bash-debug
# Env file highlight.
- mikestead.dotenv
# Github Theme.
- github.github-vscode-theme
# Python.
- ms-python.python
- charliermarsh.ruff
# toml
- tamasfe.even-better-toml
# Define Ports and how they should be handled
# Documentation: https://www.gitpod.io/docs/configure/workspaces/ports
ports:
- port: 4501
onOpen: ignore
visibility: public
- port: 4502
onOpen: ignore
visibility: public
- port: 4503
onOpen: ignore
visibility: public
- port: 4504
onOpen: ignore
visibility: public
- port: 4505
onOpen: ignore
visibility: public
- port: 4506
onOpen: ignore
visibility: public
- port: 5700
onOpen: ignore
visibility: public
name: VNC
description: VNC server to view Cypress.
- port: 5800
onOpen: ignore
visibility: public
name: FireFox
description: Embedded browser to access docker containers.
- port: 9003
onOpen: ignore
visibility: public
name: Xdebug
description: Xdebug client port.
tasks:
- init: chmod +x ./init/prebuild.sh && ./init/prebuild.sh