Self-host stackgate.ai
Enterprise plans include self-hosting. Run the same gateway, permissions, and audit model in your infrastructure.
Docker Compose
Use the included docker-compose.yml to run the web app, queue worker, and database.
docker compose up -d
Requirements
- PHP 8.3+, Composer, Node 20+
- MySQL 8 or PostgreSQL 16
- Redis for queues (optional)
Configuration
Copy .env.example to .env, set APP_URL, database credentials, and integration OAuth keys.