๐๏ธ Self-Hosting
Docker Compose
# docker-compose.yml
services:
zentinel-api:
image: zkxgenai/zentinel-audit:latest
ports: ["8080:8080"]
environment:
- ETHERSCAN_KEY=${ETHERSCAN_KEY}
- GEMINI_KEY=${GEMINI_KEY}
- ANTHROPIC_KEY=${ANTHROPIC_KEY}
- OPENAI_KEY=${OPENAI_KEY}
zentinel-worker:
image: zkxgenai/zentinel-worker:latest
deploy:
replicas: 4
resources:
reservations:
devices: [{ capabilities: [gpu] }]
Requirements
| Component | Min | Recommended |
|---|---|---|
| CPU | 4 cores | 16 cores |
| RAM | 8 GB | 32 GB |
| GPU | Optional | NVIDIA A10 (LLM agents) |
| Storage | 50 GB | 200 GB SSD |