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 02:36:00 UTC

[jira] [Updated] (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 updated SCB-436:
-----------------------------
    Description: 
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. 
* Using the [override|https://docs.docker.com/compose/extends/] setting to start up with MySQL server, by using the command 
  {code} docker-compose -f docker-compose.yml -f docker-compose.mysql.yaml up {code} 


  was:We need to find a way mange the image version and support to start the alpha-server with different database.


> 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
>            Priority: Minor
>              Labels: newbiee
>
> 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. 
> * Using the [override|https://docs.docker.com/compose/extends/] setting to start up with MySQL server, by using the command 
>   {code} docker-compose -f docker-compose.yml -f docker-compose.mysql.yaml up {code} 



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