mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
23cceda3ca
Don't seem to be working at the moment - will look into it later.
37 lines
618 B
YAML
37 lines
618 B
YAML
image:
|
|
file: ./.gitpod/Dockerfile
|
|
|
|
tasks:
|
|
- init: ./.gitpod/gitpod-init
|
|
command: ./.gitpod/gitpod-cmd
|
|
|
|
ports:
|
|
- port: 1025
|
|
onOpen: ignore
|
|
- port: 3306
|
|
onOpen: ignore
|
|
- port: 33060
|
|
onOpen: ignore
|
|
- port: 8000
|
|
visibility: public
|
|
onOpen: ignore
|
|
- port: 8025
|
|
onOpen: ignore
|
|
- port: 9003
|
|
onOpen: ignore
|
|
|
|
vscode:
|
|
extensions:
|
|
- felixfbecker.php-debug
|
|
- bmewburn.vscode-intelephense-client
|
|
|
|
github:
|
|
prebuilds:
|
|
master: false
|
|
branches: false
|
|
pullRequests: false
|
|
pullRequestsFromForks: false
|
|
addCheck: false
|
|
addComment: false
|
|
addBadge: true
|