Sign inSign up

robertpeters/theultimateautomationtool

By robertpeters

Updated 9 months ago

The Ultimate Automation Tool. A tool to create automations using Home Assistant or MQTT

Image
Networking
Languages & frameworks
Integration & delivery
0

694

robertpeters/theultimateautomationtool repository overview

image: robertpeters/theultimateautomationtool:latest (On Docker Hub)

The image has 2 settings of interest; port and settings folder. Default the port is 3080 to access the application (http) To store your settings outside the docker container (as you should ;-) ) you add a volume setting. The volume to map is /app/Setting

Example:

ports:
  - "3080:3080"
volumes:
  - ./Docker:/app/Settings

sample docker-compose.yml file that includes Home Assistant container:

services: hasm: image: robertpeters/theultimateautomationtool:latest environment: - TZ=Europe/Amsterdam ports: - "3080:3080" volumes: - ./Docker:/app/Settings

ha: image: ghcr.io/home-assistant/home-assistant:stable container_name: ha volumes: - ./Docker/ha:/config ports: - "8123:8123" restart: unless-stopped privileged: true

Tag summary

Content type

Image

Digest

sha256:648b5ef5e

Size

307.5 MB

Last updated

9 months ago

docker pull robertpeters/theultimateautomationtool