From 321cf4a31c567e179c24cc3e205f919877b5d75a Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 20 Mar 2026 16:51:32 +0700 Subject: [PATCH] 260320:1651 Refactor Overrall #08-5 Fix by antigravity: pnpm frontend deploy --- docs/deploy-troubleshooting.md | 2 +- .../04-00-docker-compose/docker-compose-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy-troubleshooting.md b/docs/deploy-troubleshooting.md index 157677a..b3bedbc 100644 --- a/docs/deploy-troubleshooting.md +++ b/docs/deploy-troubleshooting.md @@ -152,7 +152,7 @@ git checkout docker ps -a # Service URLs -curl -I https://frontend.np-dms.work +curl -I https://lcbp3.np-dms.work curl -I https://backend.np-dms.work/api/health # Logs diff --git a/specs/04-Infrastructure-OPS/04-00-docker-compose/docker-compose-app.yml b/specs/04-Infrastructure-OPS/04-00-docker-compose/docker-compose-app.yml index 005e2b2..d4289b2 100644 --- a/specs/04-Infrastructure-OPS/04-00-docker-compose/docker-compose-app.yml +++ b/specs/04-Infrastructure-OPS/04-00-docker-compose/docker-compose-app.yml @@ -118,7 +118,7 @@ services: NEXT_PUBLIC_API_URL: 'https://backend.np-dms.work/api' # --- NextAuth --- AUTH_SECRET: 'eebc122aa65adde8c76c6a0847d9649b2b67a06db1504693e6c912e51499b76e' - AUTH_URL: 'https://frontend.np-dms.work' + AUTH_URL: 'https://lcbp3.np-dms.work' networks: - lcbp3 healthcheck: