You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the docker-compose.yml to extend and run the added service. Let's say you are adding armand1m/bucket-service. The file would look like this after the modifications:
Proposal
Create a CLI for handling the microservices environment state
Why we need this
To create this environment, you need to:
cd directory
git init
git submodule add https://github.com/armand1m/microservices-compose-utils ./commands
git submodule add https://github.com/armand1m/core-services
.docker-compose.yml
file with this content:To add a service to the recently created environment, you need to:
git clone https://github.com/armand1m/microservice-barebone ./my-service
cd ./my-service
git submodule add https://github.com/<user>/<service-name>
docker-compose.yml
to extend and run the added service. Let's say you are addingarmand1m/bucket-service
. The file would look like this after the modifications:The text was updated successfully, but these errors were encountered: