Example GraphQL Wrapper for the nodejs-poolController
Will try to connect to your nodejs-poolController on http://localhost:4200 by default.
Set the POOL_CONTROLLER_ADDRESS to change this behavior.
Here is an example docker-compose.yml file to run this in development mode pointing at a server hosted somewhere else.
version: '3.8'
services:
graph:
image: wurmr/nodejs-pool-controller-graph
ports:
- 4000:4000
environment:
- POOL_CONTROLLER_ADDRESS=http://<controller-ip>:4200
- NODE_ENV=dev
Content type
Image
Digest
Size
46.9 MB
Last updated
over 6 years ago
docker pull wurmr/nodejs-pool-controller-graph