You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/27 06:39:00 UTC

[jira] [Commented] (SCB-436) Clean up the docker-compose file of booking demo

    [ https://issues.apache.org/jira/browse/SCB-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415108#comment-16415108 ] 

ASF GitHub Bot commented on SCB-436:
------------------------------------

coveralls commented on issue #164: SCB-436 Clean up the docker-compose file of booking demo
URL: https://github.com/apache/incubator-servicecomb-saga/pull/164#issuecomment-376413780
 
 
   
   [![Coverage Status](https://coveralls.io/builds/16194832/badge)](https://coveralls.io/builds/16194832)
   
   Coverage decreased (-0.2%) to 95.066% when pulling **b3e958a22b26b32df8191ab6655ef6446b0fee79 on chanjarster:SCB-436** into **15c3a5f37124aa62a8c6edd473d7e531709ec32c on apache:master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Clean up the docker-compose file of booking demo
> ------------------------------------------------
>
>                 Key: SCB-436
>                 URL: https://issues.apache.org/jira/browse/SCB-436
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Saga
>            Reporter: Willem Jiang
>            Assignee: Daniel Qian
>            Priority: Minor
>              Labels: newbiee
>
> For the demo compose files in the saga-demo/booking
> We need to find a way mange the image version and support to start the alpha-server with different database.
>  Here are the improvement
>  * Using the [enviroment variables|https://docs.docker.com/compose/environment-variables/] to hold the TAG version.
>  * Update the README.md for running the alpha-server with postsql. 
>  * Using the [override|https://docs.docker.com/compose/extends/] setting to start up with MySQL server, by using the command (it's already supported)
> {code:java}
>  docker-compose -f docker-compose.yml -f docker-compose.mysql.yaml up {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)