Skip to content

Commit 10eead1

Browse files
authored
feat: deploy dataunion subgraph to fast chain (#212)
1 parent e808918 commit 10eead1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docker-compose.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,20 @@ services:
408408
target: /firstrun
409409
volume:
410410
nocopy: false
411+
graph-deploy-dataunion-subgraph-fastchain:
412+
container_name: streamr-dev-graph-deploy-dataunion-subgraph-fastchain
413+
image: streamr/graph-deploy-dataunion-subgraph:dev-fastchain
414+
restart: on-failure # exits on success
415+
networks:
416+
- streamr-network
417+
depends_on:
418+
- graph-node-fastchain
419+
volumes:
420+
- type: volume
421+
source: data-graph-deploy-dataunion-fastchain
422+
target: /firstrun
423+
volume:
424+
nocopy: false
411425
graph-deploy-tatum-subgraph:
412426
container_name: streamr-dev-graph-deploy-tatum-subgraph
413427
image: streamr/graph-deploy-tatum-subgraph:dev
@@ -596,4 +610,5 @@ volumes:
596610
data-graph-deploy-legacy:
597611
data-deploy-hub-subgraph:
598612
data-graph-deploy-dataunion:
613+
data-graph-deploy-dataunion-fastchain:
599614
data-graph-deploy-tatum:

0 commit comments

Comments
 (0)