Add host.docker.internal mapping for MinIO access
Build and Push Docker Image / build (push) Successful in 8m31s Details

Add extra_hosts directive so the app container can reach
MinIO on the host machine via host.docker.internal.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-01-30 20:16:17 +01:00
parent 7ff961f0c2
commit fcafbaadd3
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ services:
image: ${REGISTRY_URL}/mopc-app:latest
container_name: mopc-app
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "127.0.0.1:7600:7600"
env_file: