Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaltsoon/postgresql-quickstart
Docker setup for PostgreSQL and pgAdmin
https://github.com/kaltsoon/postgresql-quickstart
Last synced: 12 days ago
JSON representation
Docker setup for PostgreSQL and pgAdmin
- Host: GitHub
- URL: https://github.com/kaltsoon/postgresql-quickstart
- Owner: Kaltsoon
- Created: 2024-11-14T08:06:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T08:29:31.000Z (3 months ago)
- Last Synced: 2024-11-14T09:27:36.891Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐘💨 PostgreSQL quickstart
This repository contains a [Docker](https://www.docker.com/) setup for [PostgreSQL](https://www.postgresql.org/) and [pgAdmin](https://www.pgadmin.org/).
## Getting started
1. Clone this repository by running the `git clone https://github.com/Kaltsoon/postgresql-quickstart.git` (requires [git](https://git-scm.com/)) or click the "Code" button in the GitHub repository page and choose "Download ZIP".
2. Open the directory in the command-line an run the `docker compose up` command. The setup takes a minute or two
3. Open pgAdmin by visiting in web browser. Log in using the email "[email protected]" and password "password". You don't have to worry about poor choice of password, because the database won't be accessible outside your computerYou can shut down PostgreSQL and pgAdmin by typing Ctrl + c in the command-line window in which you ran the `docker compose up` command. Running the `docker compose up` command again, will restart the setup. No data will be lost if you shut down the setup.