/docker-compose-demo

A simple application using Docker Compose with Spring Boot and PostgreSQL

Primary LanguageJava

Docker Compose Spring Boot and Postgres demo

Technologies

  • Spring Boot
  • Postgresql
  • Docker
  • Docker Compose

Run the System

Run the following command:

docker-compose up

Stop the System

To stop all running containers, use this command:

docker-compose down