Files
chat/.env.docker
Hanzo Dev ddb7b750ac feat: integrate Hanzo Runtime API for AI code execution
- Add Runtime service to Docker Compose stack
- Configure Runtime API integration in Router config
- Add mock Runtime server for development
- Update Router with Runtime API environment variables
- Update Makefile to include Runtime health checks
- Configure runtime execution models (Python/TypeScript)
- Fix Hanzo Router branding (build with enterprise colors)
- Add runtime access points to documentation
2025-07-15 01:27:32 -05:00

13 lines
296 B
Docker

# Docker Registry Configuration
# Uncomment one of the following to choose your registry:
# For Docker Hub (default):
DOCKER_REGISTRY=docker.io
DOCKER_IMAGE_PREFIX=
# For GitHub Container Registry:
# DOCKER_REGISTRY=ghcr.io
# DOCKER_IMAGE_PREFIX=ghcr.io/
# Organization name
DOCKER_ORG=hanzoai