]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/dev/janitor.json
Pre-build PeerTube again in dev Dockerfile.
[github/Chocobozzz/PeerTube.git] / support / docker / dev / janitor.json
index 6452f56c85c91b07d7dc01746d38632926c8ffd5..4051e8bcdb1a092ab2b35cc15c9bc22f411b472f 100644 (file)
       "label": "SSH",
       "proxy": "none"
     },
+    "3000": {
+      "label": "PeerTube web app",
+      "proxy": "https",
+      "preview": true
+    },
     "8088": {
       "label": "VNC",
       "proxy": "https"
       "proxy": "https"
     },
     "9000": {
-      "label": "PeerTube",
-      "proxy": "https",
-      "preview": true
+      "label": "PeerTube API",
+      "proxy": "https"
     }
   },
   "scripts": {
-    "Start PeerTube": "npm start",
+    "Start PeerTube": "npm run dev",
     "Build PeerTube": "npm run build",
     "Run tests": "npm test",
     "Update source code": "git pull --rebase origin",