fix: host.docker.internal für PHP-Bridge im Prod-Container

extra_hosts in docker-compose.prod.yml damit der Container
host.docker.internal:8080 (Sternwarte) erreichen kann.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 08:55:45 +02:00
parent d13e3b0ba9
commit 421b589169
+2
View File
@@ -11,6 +11,8 @@ services:
- ${BACKUP_SSH_KEY_FILE:-/dev/null}:/run/secrets/backup_ssh_key:ro
ports:
- "127.0.0.1:${APP_PORT:-3000}:3000"
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- logbuch_net