Fix MQTT connection: add extra_hosts so container resolves nuccy to host gateway

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 19:44:59 +02:00
parent 4fbb7ec6a0
commit a2af88136c
+2
View File
@@ -7,6 +7,8 @@ services:
- bodenfeuchte-data:/app/data
env_file:
- .env
extra_hosts:
- "nuccy:host-gateway"
restart: unless-stopped
nginx: