Guide
Build all binaries
title: Deployment
Deploy GoFlow to production.
Single Binary
Build and run:
Docker
Docker Compose
Docker Swarm
Production deployment with high availability:
Kubernetes
Environment Variables
| Variable | Description | Default |
|---|---|---|
GOFLOW_PORT | API server port | 8080 |
GOFLOW_REDIS | Redis/DragonflyDB address | localhost:6379 |
OPENAI_API_KEY | OpenAI API key | - |
ANTHROPIC_API_KEY | Anthropic API key | - |
GOFLOW_WORKER_CONCURRENCY | Workers per instance | 5 |
