Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gozdesaygiliyalcin/docker-compose-demo

A simple application using Docker Compose with Spring Boot and PostgreSQL
https://github.com/gozdesaygiliyalcin/docker-compose-demo

docker-compose docker-compose-template docker-spring-boot-postgres

Last synced: about 5 hours ago
JSON representation

A simple application using Docker Compose with Spring Boot and PostgreSQL

Awesome Lists containing this project

README

        

# Docker Compose Spring Boot and Postgres demo
## Technologies
- Spring Boot
- Postgresql
- Docker
- Docker Compose

## Run the System
Run the following command:
```bash
docker-compose up
```

## Stop the System
To stop all running containers, use this command:
```bash
docker-compose down