Docker Hub
https://hub.docker.com/r/thajeztah/pgadmin4/#!pgAdmin 4 This is a simple Docker image for running pgAdmin 4 in a container. The default configuration is not intended for production use (it runs in "desktop mode", so authentication is disabled). This image uses an unprivileged user, and uses port 5050 instead of 80 .
pgadmin4-desktop-mode · PyPI
https://pypi.org/project/pgadmin4-desktop-mode07.10.2021 · This package requires pgadmin4 and provides a very simplistic starter for the desktop mode. pgadmin4 listens on localhost using a port number, which is computed from the login name. That's currently sufficient for our internal needs. If you need more, feel free to submit a pull request. How to use "pgadmin4_desktop_mode": prepare a virtual env
pgadmin4-desktop-mode · PyPI
pypi.org › project › pgadmin4-desktop-modeOct 07, 2021 · That's currently sufficient for our internal needs. If you need more, feel free to submit a pull request. How to use "pgadmin4_desktop_mode": prepare a virtual env. python3 -m venv pgadmin && . pgadmin/bin/activate && \. python -m pip install -U pip && python -m pip install -U setuptools. install pgadmin in desktop mode.