aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitpod.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index c2f2fa464..4ccaeabe3 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -10,7 +10,11 @@ ports:
10- port: 9000 10- port: 9000
11 onOpen: ignore 11 onOpen: ignore
12tasks: 12tasks:
13- command: redis-server 13- name: Redis
14- before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}" 14 command: redis-server
15 init: yarn install --pure-lockfile 15- name: PeerTube
16 command: npm run dev \ No newline at end of file 16 before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
17 init: >
18 psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
19 yarn install --pure-lockfile
20 command: npm run dev