forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
44 lines (39 loc) · 851 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
tasks :
- name : Docker Build
init : |
make install-cloud-ide
gp sync-done docker-build
command : |
make up
make bash
- name : Static Service
openMode : split-right
init : |
gp sync-await docker-build
command : |
make frontend-bash
image :
file : .gitpod.Dockerfile
ports :
- port : 10080 # nginx-proxy
visibility : public
onOpen : open-preview
- port : 10022 # SFTP
visibility : private
onOpen : ignore
- port : 13306 # MariaDB debug
visibility : private
onOpen : ignore
- port : 16379 #Redis debug
visibility : private
onOpen : ignore
- port : 8000-8500
visibility : public
onOpen : ignore
github :
prebuilds :
addCheck : false
vscode :
extensions :
- bmewburn.vscode-intelephense-client
- editorconfig.editorconfig