|
@@ -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
|