Files
hass_airsend-addon/docker-compose.yml
T
2026-06-19 12:24:46 +02:00

11 lines
445 B
YAML

services:
hass_airsend-addon:
image: gitea.sda.zone/hass_airsend-addon:latest
container_name: hass_airsend-addon
environment:
- HTTPS=1
- HASS_HOST="haos.maison:8123"
- HASS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI0MDAyODdlZmY4ZGM0YTM3OTBlNDlmZGJhNTM0M2U4ZCIsImlhdCI6MTc4MTg2NDYwMCwiZXhwIjoyMDk3MjI0NjAwfQ.rah6R6WwjgRy1ndu5kfQhTg4UUwvPEV7wtu8UIfqlFw"
- HASS_AUTOINCLUDE=0
restart: always