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.
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/postgresql-docker
- Owner: ZdrzalikPrzemyslaw
- Created: 2023-09-01T16:28:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-01T17:40:06.000Z (over 1 year ago)
- Last Synced: 2025-01-09T20:12:03.735Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [🔑 Prerequisites](#prerequisites)
- [🚀 How to Run](#how-to-run)
- [⛏️ Built Using](#built-using)
- [✍️ Authors](#authors)## 🔑 Prerequisites
* [Docker](https://www.docker.com)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)