Home Catalog Adminer
databases

Adminer

Database management in a single PHP file. Supports MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Low
Default Port: Automated

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  adminer:
    image: adminer:latest
    container_name: njorddeploy-adminer
    restart: unless-stopped
    ports:
      - "${ADMINER_WEB_PORT:-8084}:8080"
    environment:
      ADMINER_DEFAULT_SERVER: "${ADMINER_DEFAULT_SERVER:-mariadb}"
      ADMINER_DESIGN: "${ADMINER_DESIGN:-pepa-linha}"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
ADMINER_WEB_PORT 8084 The host port on which the Adminer web interface will be accessible.
ADMINER_DEFAULT_SERVER mariadb Default database server hostname (e.g. mariadb, postgres).
ADMINER_DESIGN pepa-linha Design theme for Adminer interface (e.g. pepa-linha, flat, dracula).

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.