Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gozdesaygiliyalcin/docker-compose-demo
- Owner: GozdeSaygiliYalcin
- Created: 2023-12-04T19:17:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:36:16.000Z (11 months ago)
- Last Synced: 2023-12-05T10:39:35.472Z (11 months ago)
- Topics: docker-compose, docker-compose-template, docker-spring-boot-postgres
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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