Skip to content

Commit 45344ff

Browse files
authored
fix: Use fastchain dependency in stream-metrics-index (#237)
The stream-metrics-index service should use `deploy-network-subgraphs-fastchain` dependency instead of `graph-deploy-streamregistry-subgraph` because we no longer support non-`fastchain` images in `streamr-docker-dev`.
1 parent 161f83b commit 45344ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ services:
478478
- "4001:4001"
479479
depends_on:
480480
- mysql
481-
- graph-deploy-streamregistry-subgraph
481+
- deploy-network-subgraphs-fastchain
482482
- entry-point
483483
ens-sync-script:
484484
container_name: ens-sync-script

0 commit comments

Comments
 (0)