Home Catalogus MinIO S3 Storage
Storage

MinIO S3 Storage

High-performance, S3-compatible enterprise object storage system.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  minio:
    image: "quay.io/minio/minio:latest"
    container_name: njorddeploy-minio
    restart: unless-stopped
    command: "server /data --console-address ':9001'"
    environment:
      - "MINIO_ROOT_USER=minioadmin"
      - "MINIO_ROOT_PASSWORD=minioadmin_secure_123"
    volumes:
      - "./data/minio/data:/data"
    ports:
      - "9000:9000"
      - "9001:9001"
    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
MINIO_API_PORT 9000 S3 API communication port.
MINIO_CONSOLE_PORT 9001 Web administration console port.
MINIO_ROOT_USER minioadmin Root admin username.
MINIO_ROOT_PASSWORD minioadmin_secure_123 Root admin password (minimum 8 characters).

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.