]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .gitpod.yml
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / .gitpod.yml
index c2f2fa46455f8737cdc752988b6ec370761a6916..4ccaeabe330c23916506c6e2ca11683ee55d59cc 100644 (file)
@@ -10,7 +10,11 @@ ports:
 - port: 9000
   onOpen: ignore
 tasks:
-- command: redis-server
-- before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
-  init: yarn install --pure-lockfile
-  command: npm run dev
\ No newline at end of file
+- name: Redis
+  command: redis-server
+- name: PeerTube
+  before: export NODE_CONFIG="{\"import\":{\"videos\":{\"torrent\":{\"enabled\":false}}},\"webserver\":{\"hostname\":\"$(gp url 3000 | cut -d/ -f3)\",\"port\":\"443\",\"https\":true}}"
+  init: >
+    psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
+    yarn install --pure-lockfile
+  command: npm run dev