Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 551 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 551 Bytes

Microservice GPIO

1 - Prerequisites

  • docker
  • docker-compose
  • git
  • my scripts docker

Clone my docker repository

git clone https://github.com/vincent-leclerc-dev/docker.git

Create microservice network

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).

2 - Run microservice GPIO

git clone https://github.com/vincent-leclerc-dev/ms-gpio.git
cd ms-gpio
cp .env.sample .env
docker-compose up -d