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

[jira] [Resolved] (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:all-tabpanel ]

Willem Jiang resolved SCB-436.
------------------------------
    Resolution: Fixed

Merged the patch into master branch with thanks to Daniel.

> 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
>             Fix For: saga-0.2.0
>
>
> 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)