ravermeister/pgadmin4

By ravermeister

Updated 9 months ago

pgadmin4 docker container from python-wheel installation with default listen ipv4 on port 8080

Image
0

10K+

ravermeister/pgadmin4 repository overview

PGAdmin Dockerfile from the Python Wheel package

pipeline status Docker Pulls

This is a custom Dockerfile build from the official Postgresql Python wheel package. It uses gunicorn to start the Instance and listens on 0.0.0.0:8080. To start the Container (the environment variables are optional) execute:

docker pull ravermeister/pgadmin4
docker run -p 8080:8080 \
-e SMTP_HOST="localhost" \
-e SMTP_PORT=25 \
-e SMTP_MAIL_SENDER="no-reply@localhost" \
ravermeister/pgadmin4

Then go to URL http://localhost:8080, the default admin user is:

User[email protected]
Passwordchangeme

Please change the Password for the admin User, as soon as the Container is running !! or even better create a new admin User and delete the the existing default one

Please visit the Source Code Repository for more Information. Feel free to contribute :)

Tag summary

Content type

Image

Digest

sha256:18336cff4

Size

377.7 MB

Last updated

9 months ago

docker pull ravermeister/pgadmin4