Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

πŸ˜πŸ’¨ PostgreSQL quickstart

This repository contains a Docker setup for PostgreSQL and pgAdmin.

Getting started

  1. Clone this repository by running the git clone https://github.com/Kaltsoon/postgresql-quickstart.git (requires git) 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 http://localhost:8888 in web browser. Log in using the email "user@provider.com" and password "password". You don't have to worry about poor choice of password, because the database won't be accessible outside your computer

You 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.

About

Docker setup for PostgreSQL and pgAdmin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors