|
@@ -124,7 +124,7 @@ services:
|
|
|
command: ["yarn", "workspace", "query-node-root", "processor:start"]
|
|
|
|
|
|
indexer:
|
|
|
- image: joystream/hydra-indexer:latest
|
|
|
+ image: joystream/hydra-indexer:3.0.0-beta.6
|
|
|
restart: unless-stopped
|
|
|
env_file:
|
|
|
# relative to working directory where docker-compose was run from
|
|
@@ -146,7 +146,7 @@ services:
|
|
|
sh -c "yarn db:bootstrap && yarn start:prod"
|
|
|
|
|
|
indexer-api-gateway:
|
|
|
- image: joystream/hydra-indexer-gateway:latest
|
|
|
+ image: joystream/hydra-indexer-gateway:3.0.0-beta.6
|
|
|
restart: unless-stopped
|
|
|
env_file:
|
|
|
# relative to working directory where docker-compose was run from
|