Home Catalogus Eclipse Mosquitto
Smart Home & Domotica

Eclipse Mosquitto

Lightweight and widely used open source MQTT message broker for IoT, Home Assistant, and smart home sensor integration.

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

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

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

services:
  mosquitto:
    image: "eclipse-mosquitto:latest"
    container_name: njorddeploy-mosquitto
    restart: unless-stopped
    ports:
      - "1883:1883"
    volumes:
      - "data_root/mosquitto/config/mosquitto.conf:/mosquitto/config/mosquitto.conf:ro"
      - "./data/mosquitto/data:/mosquitto/data"
      - "./data/mosquitto/log:/mosquitto/log"
    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
MOSQUITTO_MQTT_PORT 1883 MQTT protocol 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.