Home Catalogus pgAdmin 4
Database Management

pgAdmin 4

Comprehensive open source administration and management tool for PostgreSQL databases.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Laag
Standaard Poort: Port 5050

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  pgadmin4:
    image: "dpage/pgadmin4:latest"
    container_name: njorddeploy-pgadmin4
    restart: unless-stopped
    environment:
      - "PGADMIN_DEFAULT_EMAIL=admin@njorddeploy.com"
      - "PGADMIN_DEFAULT_PASSWORD=njorddeployadmin"
      - "PGADMIN_LISTEN_PORT=5050"
    ports:
      - "5050:5050"
    volumes:
      - "./data/pgadmin4:/var/lib/pgadmin"
    user: "0:0"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
PGADMIN_WEB_PORT 5050 Web UI dashboard port.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.