]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .gitpod.yml
Add automated dev setup using Gitpod
[github/Chocobozzz/PeerTube.git] / .gitpod.yml
CommitLineData
0cfcbae8
JK
1image:
2 file: support/docker/gitpod/Dockerfile
3ports:
4- port: 3000
5 onOpen: open-preview
6- port: 5432
7 onOpen: ignore
8- port: 6379
9 onOpen: ignore
10- port: 9000
11 onOpen: ignore
12tasks:
13- command: redis-server
14- before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
15 init: yarn install --pure-lockfile
16 command: npm run dev