Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 746 Bytes

File metadata and controls

23 lines (19 loc) · 746 Bytes

Request Subgraph Storage

Description

This image provides the means to create & deploy a subgraph to a graph node via a container job.

Configuration

subgraph data

ENV SUBGRAPH_REPO=      # defaults to https://github.com/RequestNetwork/storage-subgraph.git
ENV SUBGRAPH_BRANCH=    # defaults to main
ENV SUBGRAPH_FILE=      # no default, typically subgraph-<chain>.yaml for above repo
ENV SUBGRAPH_NAME=      # defaults to request-network/request-storage

graph-node / ipfs

ENV GRAPH_NODE=         # no default, typically http://<graph-node-host>:8020
ENV IPFS_HOST=          # no default, typically http://<ipfs-host>:5001
ENV KEEP_ALIVE=         # options=0 or 1 (where 1 keeps the container alive)