From e376f584c77eceb13ec1159defa8b7b131a1fcc1 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Tue, 9 Sep 2025 04:47:31 +0200 Subject: [PATCH] fix: update frontend API URL to use proxy for server-side requests --- compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.prod.yml b/compose.prod.yml index 0cc9365..da2555f 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -53,7 +53,7 @@ services: timeout: 5s retries: 5 environment: - - NEXT_PUBLIC_SERVER_SIDE_API_URL=http://backend:8000 + - NEXT_PUBLIC_SERVER_SIDE_API_URL=http://proxy/api - PORT=3000 - HOSTNAME=0.0.0.0 networks: