fix: frontend missing networks section in docker-compose
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 52s

wordly-network was listed under environment: instead of networks:,
so the frontend container couldn't communicate with the backend.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 18:59:13 +02:00
parent 20e8565929
commit 0eccb531f4

View File

@@ -148,6 +148,7 @@ services:
environment:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-https://wordly.art}
- NEXT_PUBLIC_GOOGLE_CLIENT_ID=${NEXT_PUBLIC_GOOGLE_CLIENT_ID:-}
networks:
- wordly-network
depends_on:
backend: