Skip to content

Enable host network mode for clp-runtime service in docker-compose.runtime.yaml #1560

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions