Docker Hub Image
The official Docker image is available atportkeyai/gateway on Docker Hub.
Quick Start with Docker
Run the latest version of the gateway with a single command:http://localhost:8787.
Docker Run Options
Docker Compose
For production deployments, Docker Compose provides a more maintainable approach.Download Compose File
Docker Compose Configuration
Here’s the completedocker-compose.yaml file:
docker-compose.yaml
Customize Docker Compose
Extend the configuration for your needs:Build from Source
You can also build the Docker image from source.Dockerfile
The gateway uses a multi-stage build for optimal image size:Dockerfile
Build Steps
Docker Management
View Logs
Stop and Remove
Update to Latest Version
Health Checks
Add health checks to your Docker deployment:docker-compose.yaml
Next Steps
Kubernetes
Scale your deployment with Kubernetes
Configuration
Configure the gateway for your needs