mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
Fixup commits:
- Changed domain from .local to .lan - Added ha-linky, auto dependabot updates
This commit is contained in:
9
docker/home/ha-linky/docker-compose.yml
Normal file
9
docker/home/ha-linky/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user