From a2af88136cf4ff670dc5a4c325c1c60d971b37cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20X=2E=20F=C3=BCrst?= Date: Fri, 15 May 2026 19:44:59 +0200 Subject: [PATCH] Fix MQTT connection: add extra_hosts so container resolves nuccy to host gateway Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.prod.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 5a3749f..4348429 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -7,6 +7,8 @@ services: - bodenfeuchte-data:/app/data env_file: - .env + extra_hosts: + - "nuccy:host-gateway" restart: unless-stopped nginx: