| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
We can easily run the whole with only a single command:
docker compose upDocker will pull the PostgreSQL and Spring Boot images (if our machine does not have it before).
The services can be run on the background with command:
docker compose up -dStopping all the running containers is also simple with a single command:
docker 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 allFor more detail, please visit:
Related Posts:
Exception handling: @RestControllerAdvice example in Spring Boot
Security:
Secure Spring Boot App with Spring Security & JWT Authentication (PostgreSQL)
| Back | FazBrowse Home | New Git URL |