From d48de13377a172ddb30bf807df5fef5227264552 Mon Sep 17 00:00:00 2001 From: AutonetSellCar Deploy Date: Wed, 31 Dec 2025 11:00:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20NEXT=5FPUBLIC=5FAPI=5FURL=EC=9D=84=20HTT?= =?UTF-8?q?PS=EB=A1=9C=20=EB=B3=80=EA=B2=BD,=20agent=20.env=20=EB=A7=88?= =?UTF-8?q?=EC=9A=B4=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 9eafa2d..2e66fd8 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -10,7 +10,7 @@ services: - "3000:3000" environment: - NODE_ENV=production - - NEXT_PUBLIC_API_URL=http://192.168.0.202:8000 + - NEXT_PUBLIC_API_URL=https://autonetsellcar.com depends_on: - backend restart: unless-stopped @@ -42,6 +42,7 @@ services: environment: - ENV=production volumes: + - ./agent/.env:/app/.env:ro - agent-data:/app/data - agent-logs:/app/logs restart: unless-stopped