-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitpod.yml
50 lines (44 loc) · 928 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
image:
file: .gitpod/Dockerfile
context: .
checkoutLocation: "joomlatools-server"
tasks:
- name: Shell - Joomlatools Server
command: |
clear
echo ""
echo "Commands you can try:"
echo " * gp preview $(gp url 80)/__info/php-info"
echo " * jtctl"
- name: Logs - Joomlatools Server
command: |
clear
sudo -E /init
ports:
- port: 80
onOpen: open-preview
visibility: public
- port: 443
onOpen: ignore
visibility: public
- port: 8080
onOpen: ignore
- port: 8443
onOpen: ignore
- port: 8081
onOpen: ignore
- port: 8082
onOpen: ignore
- port: 8083
onOpen: ignore
- port: 9000
onOpen: ignore
visibility: private
- port: 3306
onOpen: ignore
visibility: private
vscode:
extensions:
- cweijan.vscode-mysql-client2
- bmewburn.vscode-intelephense-client
- ecmel.vscode-html-css