chamikaramj commented on code in PR #27273:
URL: https://github.com/apache/beam/pull/27273#discussion_r1244214657


##########
sdks/java/transform-service/docker-compose/docker-compose.yml:
##########
@@ -18,6 +18,9 @@ services:
     command: -port 5001
     ports:
       - "${TRANSFORM_SERVICE_PORT}:5001"
+    depends_on:
+      - expansion-service-1
+      - expansion-service-2

Review Comment:
   This is a docker compose feature. It allows specifying a dependency order 
between services (containers) of the Docker Compose service.
   
   https://docs.docker.com/compose/compose-file/compose-file-v3/#depends_on



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to