Sign inSign up

marvambass/phppgadmin

By marvambass

Updated about 5 years ago

phpPgAdmin - (marvambass/phppgadmin) (+ optional tls) on debian, apache2 [x86 + arm]

Image
0

1.9K

marvambass/phppgadmin repository overview

phppgadmin - (marvambass/phppgadmin) (+ optional tls) on debian, apache2 [x86 + arm]

maintained by MarvAmBass

What is it

This Dockerfile (available as marvambass/phppgadmin) gives you a ready to use phppgadmin installation with optional tls.

Note: This container only supports postgres database servers. There is no internal postgres-server available - so you need to setup a seconds container for that (take a look at docker-compose.yml)

Note: extra_login_security is false per default. Make sure you understand what that means in production environments etc.

View in Docker Registry marvambass/phppgadmin

View in GitHub MarvAmBass/docker-phppgadmin

This Dockerfile is based on the marvambass/apache2-ssl-secure debian:10 based image.

Changelogs

  • 2021-08-28
    • inital commit
    • multiarch build

How to use

This container needs to connect to a database, so take a look at the docker-compose.yml

Environment variables and defaults

  • DB_HOST

  • host of postgres db

  • default: db

  • DB_PORT

  • port of postgres db

  • default: 5432

  • DEFAULT_DB

  • set default db

  • default: template1

  • EXTRA_LOGIN_SECURITY

  • since I want this container to be a usable in every situation it's false per default

  • if you want to use this container for a production/long-running environment, you might want to change this

  • default: false

BASEIMAGE: Environment variables and defaults
  • DISABLE_TLS

  • default: not set - if set yo any value https and the HSTS_HEADERS_* will be disabled

  • HSTS_HEADERS_ENABLE

  • default: not set - if set to any value the HTTP Strict Transport Security will be activated on SSL Channel

  • HSTS_HEADERS_ENABLE_NO_SUBDOMAINS

  • default: not set - if set together with HSTS_HEADERS_ENABLE and set to any value the HTTP Strict Transport Security will be deactivated on subdomains

Tag summary

Content type

Image

Digest

Size

93.2 MB

Last updated

about 5 years ago

docker pull marvambass/phppgadmin