Learn how to deploy NOMOS agents in various environments
dowhiledev/nomos-base
.
Create a Dockerfile using the base image
Or Build from scratch
Build and run your container
Variable | Description | Required |
---|---|---|
OPENAI_API_KEY | OpenAI API key | If using OpenAI |
ANTHROPIC_API_KEY | Anthropic API key | If using Anthropic |
MISTRAL_API_KEY | Mistral API key | If using Mistral |
GOOGLE_API_KEY | Google API key | If using Gemini |
HUGGINGFACE_API_TOKEN | HuggingFace token | If using HuggingFace |
JWT_SECRET_KEY | JWT secret key | If using JWT auth |
CSRF_SECRET_KEY | CSRF secret key | If using CSRF protection |
API_KEY_VALIDATION_URL | API key validation endpoint URL | If using API key auth |
SESSION_STORE | Session store type | Optional |
DATABASE_URL | Database connection URL | If using production session store |
REDIS_URL | Redis connection URL | If using production session store |