Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,20 @@ services:
target: /firstrun
volume:
nocopy: false
graph-deploy-dataunion-subgraph-fastchain:
container_name: streamr-dev-graph-deploy-dataunion-subgraph-fastchain
image: streamr/graph-deploy-dataunion-subgraph:dev-fastchain
restart: on-failure # exits on success
networks:
- streamr-network
depends_on:
- graph-node-fastchain
volumes:
- type: volume
source: data-graph-deploy-dataunion-fastchain
target: /firstrun
volume:
nocopy: false
graph-deploy-tatum-subgraph:
container_name: streamr-dev-graph-deploy-tatum-subgraph
image: streamr/graph-deploy-tatum-subgraph:dev
Expand Down Expand Up @@ -596,4 +610,5 @@ volumes:
data-graph-deploy-legacy:
data-deploy-hub-subgraph:
data-graph-deploy-dataunion:
data-graph-deploy-dataunion-fastchain:
data-graph-deploy-tatum: