- 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
13 lines
296 B
Docker
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 |