This Repository Contain Docker Compose Used to run all invoicing3 services locally using docker
up.sh
is script that can setup everything for You
Create Local Dir In Your machine for example
mkdir ~/workspace/invoicing3
You should change directory to be the created path
cd ~/workspace/invoicing3
then clone this repo
git clone https://github.com/invoicing3/local-development.git
now You can just execute the script up.sh
chmod +x up.sh
./up.sh