Skip to content

merrcury/pgadmin4-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pgadmin4-docker 🐳

  • For running PGADMIN4 Docker with automated NGNIX Reverse Proxy and Let's Encrypt certificate.

    • Use docker-compose.ngnix.yml.
    • Edit & Change Variables VIRTUAL_HOST, LETSENCRYPT_HOST, LETSENCRYPT_EMAIL, PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD
  • For running a PGADMIN4 Docker as TLS Secured Container. (Self-Managed)

    • Use docker-compose.selfmanaged.yml.
    • Edit & Change Variables PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD
    • Create Self-Signed Certificate & Key using OpenSSL and edit path in compose file.
  • For Non-TLS PGADMIN4 Docker:

    docker run -p 80:80 \
        -e 'PGADMIN_DEFAULT_EMAIL=john.doe@domain.com' \
        -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
        -d dpage/pgadmin4

LICENSE

Creative Commons License
This work by Himanshu Garg is licensed under a Creative Commons Attribution 4.0 International License.

About

Running/hosting a pgadmin4-docker with or without TLS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published