mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2025-02-05 19:43:47 +08:00
21 lines
444 B
YAML
21 lines
444 B
YAML
image: gitpod/workspace-full-vnc
|
|
tasks:
|
|
- init: bash .gitpod-init.sh
|
|
command: (sleep 2; gp preview $(gp url 8272)/test) & npm run debug
|
|
ports:
|
|
- port: 8272
|
|
name: virtualtabletop
|
|
visibility: public
|
|
onOpen: ignore
|
|
- port: 6080
|
|
name: noVNC
|
|
visibility: private
|
|
- port: 9229
|
|
name: Node.JS Debugger
|
|
visibility: private
|
|
onOpen: ignore
|
|
- port: 5900
|
|
name: vnc
|
|
visibility: private
|
|
onOpen: ignore
|