Skip to content

Nick89QA/PostgresInDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Setting Up PostgreSQL Locally Using Docker Compose

This is a simple project that uses a docker-compose.yml file to set up a PostgreSQL database locally using Docker. By following these steps, you can deploy PostgreSQL on your computer without the need for traditional database downloads.

Prerequisites

  • Docker Desktop installed on your computer.

Deployment Steps

  1. Clone or download this project to your local machine.

    https://github.com/Nick89QA/PostgresInDocker.git
    
  2. Open a terminal or command prompt.

  3. Navigate to the project directory where the docker-compose.yml file is located.

  4. Build the Docker container by running the following command:

    docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published