docs: Backend JAR 배포 경로 정확히 명시
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
6f4044ce39
커밋
9eac614910
@ -191,9 +191,9 @@ deploy/ # systemd + nginx 배포 설정
|
|||||||
|
|
||||||
| 서버 | 역할 | 경로/설정 |
|
| 서버 | 역할 | 경로/설정 |
|
||||||
|------|------|----------|
|
|------|------|----------|
|
||||||
| **rocky-211** (192.168.1.20) | Frontend + Backend | `/devdata/services/kcg/` |
|
| **rocky-211** (192.168.1.20) | Frontend + Backend | `/devdata/services/kcg/backend/kcg.jar` |
|
||||||
| | Frontend | nginx 정적 파일 (`/deploy/kcg/`) |
|
| | Frontend | nginx 정적 파일 (`/deploy/kcg/`) |
|
||||||
| | Backend | systemd `kcg-backend` (JDK 21, 2~4GB 힙) |
|
| | Backend | systemd `kcg-backend` (JDK 21, 2~4GB 힙), **JAR 경로: `/devdata/services/kcg/backend/kcg.jar`** |
|
||||||
| | CI/CD | act runner Docker (node:24) |
|
| | CI/CD | act runner Docker (node:24) |
|
||||||
| **redis-211** (192.168.1.18:32023) | Prediction | `/home/apps/kcg-prediction/` |
|
| **redis-211** (192.168.1.18:32023) | Prediction | `/home/apps/kcg-prediction/` |
|
||||||
| | | systemd `kcg-prediction` (uvicorn 8001, venv) |
|
| | | systemd `kcg-prediction` (uvicorn 8001, venv) |
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user