Home Catalog Home Assistant
Smart Home & IoT

Home Assistant

Open source home automation that puts local control and privacy first.

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

Why this Configuration?

Quick Start (Standalone Docker Compose)

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

services:
  homeassistant:
    container_name: njorddeploy-homeassistant
    image: ghcr.io/home-assistant/home-assistant:stable
    restart: unless-stopped
    volumes:
      - homeassistant_config:/config
    network_mode: host # Home Assistant often requires host network mode for discovery

volumes:
  homeassistant_config:
    name: njorddeploy-homeassistant-config

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:

No custom environment variables required.

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.