Problem
The clp-runtime service in tools/deployment/package/docker-compose.runtime.yaml should use host network mode to allow the start_clp.py script to properly check what IP addresses it can bind to on the host.
Context
Currently, the service runs with bridge networking, which isolates the container's network stack from the host. This prevents start_clp.py from correctly detecting available host IP addresses for binding.
Backlinks