Skip to main content
Version: 0.4.0

Docker

Build and run the TFGQL server in a Docker container.

Build the Docker image

npm run docker:build

This uses Docker Buildx to build multi-platform images (amd64 and arm64).

Run the container

docker run -p 4000:4000 --env-file .env tfce-graphql

The server will listen on port 4000 by default.