File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,20 @@ services:
408
408
target : /firstrun
409
409
volume :
410
410
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
411
425
graph-deploy-tatum-subgraph :
412
426
container_name : streamr-dev-graph-deploy-tatum-subgraph
413
427
image : streamr/graph-deploy-tatum-subgraph:dev
@@ -596,4 +610,5 @@ volumes:
596
610
data-graph-deploy-legacy :
597
611
data-deploy-hub-subgraph :
598
612
data-graph-deploy-dataunion :
613
+ data-graph-deploy-dataunion-fastchain :
599
614
data-graph-deploy-tatum :
You can’t perform that action at this time.
0 commit comments