Postgres web UI "pgweb" in a container.
1.4K
Simple Dockerfile for pgweb - web UI for postgres database
The postgres connection can be configured via the UI once it's started. You can also change the connection values when starting the container via the following environment variables:
Here is an example docker command:
docker run --rm -it -P -e POSTGRES=yourdbhost -e POSTGRES_PASSWORD=yourdbpassword -e POSTGRES_DB=yourdbname moritanosuke/docker-pgweb
The UI is available at http://localhost:8081/.
Content type
Image
Digest
Size
7.5 MB
Last updated
over 10 years ago
docker pull moritanosuke/docker-pgweb