[
https://issues.apache.org/jira/browse/SCB-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated SCB-436:
-----------------------------
Description:
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.
* Using the [override|https://docs.docker.com/compose/extends/] setting to
start up with MySQL server, by using the command
{code:java}
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.
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}
> 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
>
> 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.
> * Using the [override|https://docs.docker.com/compose/extends/] setting to
> start up with MySQL server, by using the command
> {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)