- docker
- docker-compose
- git
- my scripts docker
git clone https://github.com/vincent-leclerc-dev/docker.git
cd docker/scripts
./create-ms-network.sh
That allow you to use microservice name (Example: "ms-gpio" instead of localhost, 127.0.0.1 or 0.0.0.0).
git clone https://github.com/vincent-leclerc-dev/ms-gpio.git
cd ms-gpio
cp .env.sample .env
docker-compose up -d