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.sh
docker-compose up --build -d`
docker-compose up
The services can be run on the background with command:
docker-compose up -d
Run the script stop stop.sh
sh stop.sh
docker-compose down
If 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