Homarr

Sleek, modern dashboard with many integrations and web-based config.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
      - ./homarr/data:/data
    ports:
      - '7575:7575'

Resources

Website: https://homarr.dev/

GitHub: https://github.com/ajnart/homarr

GitHub Container Registry: https://github.com/ajnart/homarr/pkgs/container/homarr

Configuration: https://homarr.dev/docs/getting-started/installation