You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/11/24 03:56:03 UTC

[GitHub] [incubator-mesatee] mssun commented on a change in pull request #90: Provide Dockerfiles for all services and docker-compose.yml to manage services

mssun commented on a change in pull request #90: Provide Dockerfiles for all services and docker-compose.yml to manage services
URL: https://github.com/apache/incubator-mesatee/pull/90#discussion_r349901763
 
 

 ##########
 File path: docker/docker-compose.yml
 ##########
 @@ -0,0 +1,120 @@
+version: '3.7'
+
+services:
+  mesatee-tms:
+    build:
+      context: ../
+      dockerfile: docker/Dockerfile.runtime.tms
+    ports:
+      - 5554:5554
+      - 5555
+    expose:
 
 Review comment:
   I think this is okay because normally port numbers are always set as default. Other projects also have similar problem but I didn't find a better solution for now.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org