Skip to main content

Docker Standalone

The Inigo plugin for Docker provides full observability and controls on all individual subgraphs. Follow the instructions to get up and running.

Get token

  • Set up a service and a token. If you still need one, follow Getting Started.

Integration

$ docker run -d \
-e INIGO_EGRESS_URL="http://localhost:4000/query" \
-e INIGO_SERVICE_TOKEN="YOUR-INIGO-SERVICE-TOKEN" \
-p 80:80 inigohub/sidecar

Note: Make sure to replace http://localhost:4000/query with your target service endpoint.

Head over to the Configuration documentation to learn more about the available environment variables.