- 모든 서비스 ports -> expose로 변경 (외부 포트 노출 없음) - frontend/backend를 공용 proxy 네트워크에 연결 - npm이 컨테이너 이름(report-frontend:80)으로 라우팅 - DB는 내부 app-network 전용 유지 - 미사용이 된 BACKEND_PORT/FRONTEND_PORT 변수 제거 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,3 @@ REFRESH_SECRET=
|
||||
|
||||
# Gemini API Key
|
||||
JEMINI_KEY=
|
||||
|
||||
# Ports
|
||||
BACKEND_PORT=54530
|
||||
FRONTEND_PORT=55110
|
||||
|
||||
Reference in New Issue
Block a user