From dda868d404c0a78ae97ff4aeb61bc8f9b8545b6f Mon Sep 17 00:00:00 2001 From: Manohar Gupta Date: Sat, 16 May 2026 04:24:42 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20NEXT=5FPUBLIC=5FAPI=5FURL=20must=20be=20?= =?UTF-8?q?origin=20only=20=E2=80=94=20/api=20already=20in=20app=20routes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d733ed9..18b5f20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,10 +48,10 @@ services: context: ./packages/web dockerfile: Dockerfile args: - - NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api + - NEXT_PUBLIC_API_URL=https://model.manohargupta.com restart: unless-stopped environment: - - NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api + - NEXT_PUBLIC_API_URL=https://model.manohargupta.com labels: - traefik.enable=true - traefik.docker.network=dokploy-network