ioBroker

Integration platform for the Internet of Things, focused on building automation, smart metering, ambient assisted living, process automation, visualization and data logging.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '2'
services:
  iobroker:
    restart: always
    image: buanet/iobroker:latest
    container_name: iobroker
    hostname: iobroker
    ports:
      - "8081:8081"
    volumes:
      - iobrokerdata:/opt/iobroker

Resources

Website: https://www.iobroker.net/

GitHub: https://github.com/ioBroker/ioBroker

Docker Hub: https://hub.docker.com/r/buanet/iobroker

Configuration: https://docs.buanet.de/iobroker-docker-image/