Docs / Self Hosting

Deploy TrustGate

Run the TrustGate gateway in your own VPC using standard Docker containers.

Docker Compose

version: '3.8'
services:
  gateway:
    image: trustgateai/gateway:latest
    ports: ["8080:8080"]
    environment:
      - DATABASE_URL=postgres://...
      - REDIS_URL=redis://...