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

https://github.com/zdrzalikprzemyslaw/postgresql-docker

This repository was created with Spring Boot Starter Project in mind. Nonetheless it can be used for any project that requires a relational database.
https://github.com/zdrzalikprzemyslaw/postgresql-docker

Last synced: 2 months ago
JSON representation

This repository was created with Spring Boot Starter Project in mind. Nonetheless it can be used for any project that requires a relational database.

Awesome Lists containing this project

README

        

# PostgreSQL docker contenerized database #

This repository was created with Spring Boot Starter Project in mind.
Nonetheless it can be used for any project that requires a relational database. It contains a postgresql 14.4 database, as well as Adminer.

## 📝 Table of Contents

- [📝 Table of Contents](#table-of-contents)
- [🔑 Prerequisites](#prerequisites)
- [🚀 How to Run](#how-to-run)
- [⛏️ Built Using](#built-using)
- [✍️ Authors](#authors)

## 🔑 Prerequisites
* [Docker](https://www.docker.com)

## 🚀 How to Run

To run this PostgreSQL Docker container, simply run the rebuild-docker.sh bash script.

## ⛏️ Built Using
* [Docker](https://www.docker.com)
* [PostgreSQL](https://www.postgresql.org/)
* [Adminer](https://www.adminer.org)

## ✍️ Authors
* [Przemysław Zdrzalik](https://github.com/ZdrzalikPrzemyslaw)
* [Julia Szymańska](https://github.com/JuliaSzymanska)
* [Witold Pietrzak](https://github.com/WitoldPietrzak)