Homarr
Centralized dashboard providing overview and quick access to all homelab services.
Docker Compose Example
homarr:
image: ghcr.io/homarr-labs/homarr:latest
container_name: admin-homarr
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional: for container monitoring
- homarr_data:/app/data/configs
environment:
- SECRET_ENCRYPTION_KEY=${HOMARR_SECRET_KEY} # Optional: for encryption
ports:
- '7575:7575'