Selaa lähdekoodia

docker-compose add missing start command for distributors

Mokhtar Naamani 3 vuotta sitten
vanhempi
commit
39e23c7e47
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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