fix: connect web container to supabase_default network

Ohne dieses Netz kann der Container supabase-kong nicht erreichen,
was zu "TypeError: fetch failed" in EmailQueue und 401 beim Admin-Login führt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
MBO-Tech-IT 2026-04-28 08:50:26 +02:00
parent ad0c7adc27
commit c266931822
1 changed files with 7 additions and 0 deletions

View File

@ -10,3 +10,10 @@ services:
- .env.local - .env.local
environment: environment:
- NODE_ENV=production - NODE_ENV=production
networks:
- default
- supabase_default
networks:
supabase_default:
external: true