Self-hosted

Deploy with Docker

WunderGraph can be deployed using Docker. An example WunderGraph project for deploying with Docker can be found here .

Dockerfile

The most recent example Dockerfile that can be used as a starting point for your project can be found here .

Test

1
2
3
4
# Install your project to generate a lockfile
npm i
# Build the docker image
docker build -t wundergraph .

Run docker run -p 9991:9991 wundergraph:latest to test your image

Previous
Fly.io

Was this article helpful to you?
Provide feedback

Edit this page