Take full control of your smart home with a vendor-agnostic, open-source automation platform. By running entirely on your own hardware, this system ensures your data remains private and your devices communicate locally without requiring an active internet connection. Whether you are using a Raspberry Pi, Linux, macOS, or Windows, you can easily manage your entire home ecosystem from a single interface. Build a customized setup with these core benefits:
services:
openhab:
image: "openhab/openhab:latest
restart: always
network_mode: host
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
- "./addons:/openhab/addons"
- "./conf:/openhab/conf"
- "./userdata:/openhab/userdata"
environment:
OPENHAB_HTTP_PORT: "8080"
OPENHAB_HTTPS_PORT: "8443"
USER_ID: "1000"
GROUP_ID: "1000"
EXTRA_JAVA_OPTS: "-Duser.timezone=UTC"
CRYPTO_POLICY: "unlimited"Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago