Skip to content
/ pgweb Public

Dockerfile for building an ARM-compatible pgweb image

Notifications You must be signed in to change notification settings

teapow/pgweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

pgweb

This repository simply contains a Dockerfile to build an ARM-compatible image for pgweb, because the image at hub.docker.io/r/sosedoff/pgweb does not run on a Raspberry Pi.

Pre-built image

A pre-built image for running pgweb on ARM platforms is available for use on Docker Hub.

teapow/pgweb

Supported environment variables

The pre-built image also supports pgweb configuration via the following environment variables:

Name Default value Description
PGWEB_PGHOST localhost The hostname of the database server to connect to.
PGWEB_PGPORT 5432 The port of the database server to connect to.
PGWEB_PGDB postgres The name of the database to connect to.
PGWEB_PGUSER postgres The username of the user to connect as.
PGWEB_PGPASS postgres The password for the PGWEB_PGUSER.
PGWEB_SSLMODE disable The SSL mode. See pgweb docs for more info.

About

Dockerfile for building an ARM-compatible pgweb image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published