51124 서버 설정 구체화: UV 0.8.4, subprocess/PTY 명시

This commit is contained in:
happybell80 2025-09-29 15:57:28 +09:00
parent f7a5c59621
commit f136273b25

View File

@ -134,9 +134,11 @@ tmux attach -t ai-panel
- **51123 서버**: nginx 프록시로 51124:8888 연결
### 51124 서버 설정
- UV 버전: 0.8.4 (이미 설치됨)
- 전용 디렉토리: /home/admin/multi-ai-cli/
- UV 가상환경으로 FastAPI 실행
- 리소스 격리: nice -n 19, ionice -c3 사용
- UV 가상환경 패키지: FastAPI, asyncio, pty
- CLI 제어: Python subprocess/PTY (tmux 대신)
- 리소스 격리: nice -n 19 적용
- 포트: 8888
### 51123 nginx 프록시