Browse Source

query-node: hydra indexer and gateway v2.1.0-beta.5

Mokhtar Naamani 3 years ago
parent
commit
3524ba7b76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -101,7 +101,7 @@ services:
     command: ["workspace", "query-node-root", "processor:start"]
 
   indexer:
-    image: joystream/hydra-indexer:2.0.1-beta-v3.9
+    image: joystream/hydra-indexer:2.1.0-beta.5
     restart: unless-stopped
     env_file:
       # relative to working directory where docker-compose was run from
@@ -122,7 +122,7 @@ services:
       sh -c 'yarn db:bootstrap && yarn start:prod'
 
   indexer-api-gateway:
-    image: joystream/hydra-indexer-gateway:latest
+    image: joystream/hydra-indexer-gateway:2.1.0-beta.5
     restart: unless-stopped
     env_file:
       # relative to working directory where docker-compose was run from