Write docker-compose.yml with internal network #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Write the main
docker-compose.ymlthat orchestrates all services on a single machine with an internal Docker network for service-to-service communication.Acceptance Criteria
Blocked by
Implementation Complete
Created
docker/docker-compose.ymlwith all 8 services onllm-internalbridge network:Includes service config files (TOML/YAML), agent manifests, dependency ordering, persistent volumes, and Ollama host access.
Auto-merged via PR #196.