Run the script start start.sh or Compile with maven and run docker with build image
Edit the file to compile with maven and them run
sh start.shdocker-compose up --build -d`docker-compose upThe services can be run on the background with command:
docker-compose up -dRun the script stop stop.sh
sh stop.shdocker-compose downIf you need to stop and remove all containers, networks, and all images used by any service in docker-compose.yml file, use the command:
docker-compose down --rmi all