Skip to content

golems-gabb/pgadmin4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose template project for pgAdmin4

Based on the official Docker image from Docker Hub.

Initial setup

  1. Clone this repo.
  2. Create .env file from .env.example. Snippet:
    cp .env.example .env
  3. Edit .env file and set own values to the variables:
    • PG_ADMIN_TAG - tag of the image. latest is default value. For more info see page of the image tags.
    • PG_ADMIN_PORT - port binding. 5050 is default value.
    • PGADMIN_DEFAULT_EMAIL - initial account email. user@domain.com is default value.
    • PGADMIN_DEFAULT_PASSWORD - initial account password. SuperSecret is default value.
  4. Up containers docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published