瀏覽代碼

docker-compose add missing start command for distributors

Mokhtar Naamani 3 年之前
父節點
當前提交
39e23c7e47
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -76,7 +76,7 @@ services:
     #   JOYSTREAM_DISTRIBUTOR__LOG__ELASTIC: "off"
     #   JOYSTREAM_DISTRIBUTOR__LIMITS__STORAGE: 50G
     #   JOYSTREAM_DISTRIBUTOR__BUCKETS: "[1,2]"
-    command: ['yarn', 'joystream-distributor']
+    command: ['yarn', 'joystream-distributor', 'start']
 
   colossus-2:
     image: node:14
@@ -136,7 +136,7 @@ services:
     #   JOYSTREAM_DISTRIBUTOR__LOG__ELASTIC: "off"
     #   JOYSTREAM_DISTRIBUTOR__LIMITS__STORAGE: 50G
     #   JOYSTREAM_DISTRIBUTOR__BUCKETS: "[1,2]"
-    command: ['yarn', 'joystream-distributor']
+    command: ['yarn', 'joystream-distributor', 'start']
 
   db:
     image: postgres:12