Return to Repository
Infrastructure / Service April 16, 2026

ioBroker: Visual Logic

Logic engine and custom visualization for automation tasks.

Logic Layer

I use ioBroker for complex automation logic and custom visualization panels. It’s a powerful JavaScript-based automation platform that nodes together various protocols.

services:
  iobroker:
    image: buanet/iobroker:latest
    container_name: iobroker
    restart: always
    volumes:
      - ./iobroker-data:/opt/iobroker