iexecblockchaincomputing/Graph Node in GitHub Actions
Start a Graph Node in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The Graph Node Docker image to use | no | graphprotocol/graph-node |
| version | The Graph Node Docker image version to use | no | latest |
| container-name | The name of the container | no | graph-node |
| port | The port to expose the Graph Node | no | 8000 |
| admin-port | The port to expose the Graph Node admin | no | 8020 |
| postgres_host | The PostgreSQL connection string | yes | — |
| postgres_user | The PostgreSQL user | yes | — |
| postgres_pass | The PostgreSQL password | yes | — |
| postgres_port | The PostgreSQL port | no | 5432 |
| postgres_db | The PostgreSQL database | yes | — |
| ipfs_host | The IPFS host | yes | — |
| ipfs_port | The IPFS port | no | 5001 |
| ethereum | The Ethereum network to connect to | yes | — |
Outputs
no outputs