mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 20:46:09 +00:00
- Changed domain from .local to .lan - Added ha-linky, auto dependabot updates
10 lines
198 B
YAML
10 lines
198 B
YAML
services:
|
|
ha-linky:
|
|
image: ha-linky
|
|
env_file: ".env"
|
|
environment:
|
|
- WS_URL=ws://homeassistant.lan/api/websocket
|
|
- TZ=Europe/Paris
|
|
volumes:
|
|
- /root/ha-linky:/data
|