Home Catalog Eclipse Mosquitto
Smart Home & IoT

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 (Zero Lock-in)
RAM Profile: Low
Default Port: Port 1883

Why this Configuration?

Quick Start (Standalone Docker Compose)

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

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 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
MOSQUITTO_MQTT_PORT 1883 MQTT protocol port.

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.