virtualtabletop/.gitpod.yml
2024-09-06 22:17:10 +00:00

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