fix: frontend missing networks section in docker-compose
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 52s
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:
@@ -148,6 +148,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-https://wordly.art}
|
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-https://wordly.art}
|
||||||
- NEXT_PUBLIC_GOOGLE_CLIENT_ID=${NEXT_PUBLIC_GOOGLE_CLIENT_ID:-}
|
- NEXT_PUBLIC_GOOGLE_CLIENT_ID=${NEXT_PUBLIC_GOOGLE_CLIENT_ID:-}
|
||||||
|
networks:
|
||||||
- wordly-network
|
- wordly-network
|
||||||
depends_on:
|
depends_on:
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
Reference in New Issue
Block a user