Sign inSign up

wurmr/nodejs-pool-controller-graph

By wurmr

Updated over 6 years ago

Image
0

1.4K

wurmr/nodejs-pool-controller-graph repository overview

nodejs-poolController-graph

Example GraphQL Wrapper for the nodejs-poolController

Usage

Will try to connect to your nodejs-poolController on http://localhost:4200 by default.

Set the POOL_CONTROLLER_ADDRESS to change this behavior.

Examples

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

Tag summary

Content type

Image

Digest

Size

46.9 MB

Last updated

over 6 years ago

docker pull wurmr/nodejs-pool-controller-graph