AzuraCast/.gitpod.yml

46 lines
877 B
YAML
Raw Normal View History

2021-09-24 03:49:59 +02:00
tasks :
- name : Docker Build
init : |
2021-09-24 04:43:58 +02:00
make install-cloud-ide
2021-09-24 03:49:59 +02:00
gp sync-done docker-build
command : |
make up
make bash
- name : Static Service
openMode : split-right
2021-09-24 04:13:21 +02:00
init : |
2021-09-24 03:49:59 +02:00
gp sync-await docker-build
2021-09-24 04:13:21 +02:00
make frontend-build
command : |
2021-09-24 03:49:59 +02:00
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