bugfix for rule fetch, feat: device info and trying to fix dimmer
Build Images and Deploy / Update-PROD-Stack (push) Successful in 18s

This commit is contained in:
2026-03-30 22:38:52 -04:00
parent 5bffb1064d
commit 7ea32cee8c
5 changed files with 129 additions and 107 deletions
-9
View File
@@ -14,15 +14,6 @@ services:
- PORT=3456
networks:
- dibbly-network
# Use host networking on Linux for Wemo SSDP discovery
# Comment out the network_mode line below if not on Linux
# network_mode: host
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3456/"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
volumes:
dibbly-data: