Compose, then forget.

A single Docker compose file wires the gateway, MongoDB, and Redis. Production deployments drop in behind k3s or k8s with our reference manifests. Air-gapped clusters supported; Gatewyse never phones home, never ships telemetry, never reports usage to us. Your stack is your stack.

  • Node24 LTS
  • MongoDB7+
  • Redis7+
  • Container runtimeDocker, Podman, containerd
  • Orchestratork8s, k3s, Nomad, Swarm, plain Compose
  • NetworkAir-gap supported (no outbound telemetry)
# docker-compose.yml
services:
  gateway:
    image: gatewyse/server:latest
    ports: ["3000:3000"]
    env_file: .env
    depends_on: [mongo, redis]
  mongo:
    image: mongo:7
    volumes: [mongo-data:/data/db]
  redis:
    image: redis:7-alpine
volumes:
  mongo-data:

Buy it once. Own it forever.

The lifetime license is $2,499. Source access, priority support, every update, every release.

Get the lifetime license