Skip to content

Commit ed25fc3

Browse files
Update docs/src/dev-docs/design-deployment-orchestration.md
Co-authored-by: Junhao Liao <junhao.liao@yscope.com>
1 parent a8ca533 commit ed25fc3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/src/dev-docs/design-deployment-orchestration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@ some of these configuration values need to be modified for the orchestration env
175175
Specifically:
176176

177177
1. Paths on the host must be converted to appropriate paths in the container.
178-
2. Component hostnames must be converted to service names.
179-
3. Component ports must be converted to the component's default ports.
180-
* This is necessary so that in the Docker Compose project file, we can network services together
181-
using the default port rather than a variable for the configured port.
178+
2. Component hostnames must be converted to service names, and component ports must be converted to the component's default ports.
179+
* This ensures that in the Docker Compose configuration, services can communicate over fixed, predictable hostnames and ports rather than relying on configurable variables.
182180

183181
To achieve this, before starting the deployment, `DockerComposeController.start` generates:
184182

0 commit comments

Comments
 (0)