You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
- For DooD mode configure the Task port range 20200-61000 to be outside the default APPS_PORT_RANGE.
- Fix a missing DockerComposeFactoryProperties.TEST_DOCKER_COMPOSE_APPS_PORT_RANGE support to allow the DockerComposeFactory
control the (in Skipper running) apps port range when running DataFlowIT.
- Revoke debug logging for cloud.deployer.spi.local.
Resolves#4712
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-server/src/test/java/org/springframework/cloud/dataflow/integration/test/util/DockerComposeFactory.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,8 @@ public class DockerComposeFactory {
Copy file name to clipboardExpand all lines: src/docker-compose/docker-compose-dood.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,15 @@ services:
33
33
environment:
34
34
- SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_NETWORK=${COMPOSE_PROJECT_NAME:?COMPOSE_PROJECT_NAME must be set when DooD is enabled}_default
- SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_NETWORK=${COMPOSE_PROJECT_NAME:?COMPOSE_PROJECT_NAME must be set when DooD is enabled}_default
# The Docker's apps port range must not overlap with the APPS_PORT_RANGE (e.g. the ports used by the stream apps running inside the Skipper container) !
62
+
# The Docker's apps port range must not overlap with the APPS_PORT_RANGE (the ports reserved to be used
63
+
# by the stream , maven, apps running inside the Skipper container)! The APPS_PORT_RANGE are set
64
+
# in the docker-compose.yaml#skipper-server. Tip: you can change the APPS_PORT_RANGE instead.
Copy file name to clipboardExpand all lines: src/templates/docker-compose/docker-compose-dood.yml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,15 @@ services:
33
33
environment:
34
34
- SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_NETWORK=${COMPOSE_PROJECT_NAME:?COMPOSE_PROJECT_NAME must be set when DooD is enabled}_default
- SPRING_CLOUD_SKIPPER_SERVER_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_NETWORK=${COMPOSE_PROJECT_NAME:?COMPOSE_PROJECT_NAME must be set when DooD is enabled}_default
# The Docker's apps port range must not overlap with the APPS_PORT_RANGE (e.g. the ports used by the stream apps running inside the Skipper container) !
62
+
# The Docker's apps port range must not overlap with the APPS_PORT_RANGE (the ports reserved to be used
63
+
# by the stream , maven, apps running inside the Skipper container)! The APPS_PORT_RANGE are set
64
+
# in the docker-compose.yaml#skipper-server. Tip: you can change the APPS_PORT_RANGE instead.
0 commit comments