diff --git a/troubleshooting/20250714_admin_dashboard_setup.md b/troubleshooting/250714_admin_dashboard_setup.md similarity index 100% rename from troubleshooting/20250714_admin_dashboard_setup.md rename to troubleshooting/250714_admin_dashboard_setup.md diff --git a/troubleshooting/20250714_docker_network_isolation.md b/troubleshooting/250714_docker_network_isolation.md similarity index 100% rename from troubleshooting/20250714_docker_network_isolation.md rename to troubleshooting/250714_docker_network_isolation.md diff --git a/troubleshooting/20250714_docker_network_timeout_issues.md b/troubleshooting/250714_docker_network_timeout_issues.md similarity index 100% rename from troubleshooting/20250714_docker_network_timeout_issues.md rename to troubleshooting/250714_docker_network_timeout_issues.md diff --git a/troubleshooting/20250714_gitea_actions_setup.md b/troubleshooting/250714_gitea_actions_setup.md similarity index 100% rename from troubleshooting/20250714_gitea_actions_setup.md rename to troubleshooting/250714_gitea_actions_setup.md diff --git a/troubleshooting/20250714_migration_from_github.md b/troubleshooting/250714_migration_from_github.md similarity index 100% rename from troubleshooting/20250714_migration_from_github.md rename to troubleshooting/250714_migration_from_github.md diff --git a/troubleshooting/20250714_system_metrics_implementation.md b/troubleshooting/250714_system_metrics_implementation.md similarity index 100% rename from troubleshooting/20250714_system_metrics_implementation.md rename to troubleshooting/250714_system_metrics_implementation.md diff --git a/troubleshooting/20250715_github_migration_to_local.md b/troubleshooting/250715_github_migration_to_local.md similarity index 100% rename from troubleshooting/20250715_github_migration_to_local.md rename to troubleshooting/250715_github_migration_to_local.md diff --git a/troubleshooting/20250715_metrics_graph_timebucket_error.md b/troubleshooting/250715_metrics_graph_timebucket_error.md similarity index 100% rename from troubleshooting/20250715_metrics_graph_timebucket_error.md rename to troubleshooting/250715_metrics_graph_timebucket_error.md diff --git a/troubleshooting/20250715_rb8001_rb10508_integration.md b/troubleshooting/250715_rb8001_rb10508_integration.md similarity index 100% rename from troubleshooting/20250715_rb8001_rb10508_integration.md rename to troubleshooting/250715_rb8001_rb10508_integration.md diff --git a/troubleshooting/20250716_SSD_용량_부족_및_Docker_정리.md b/troubleshooting/250716_SSD_용량_부족_및_Docker_정리.md similarity index 100% rename from troubleshooting/20250716_SSD_용량_부족_및_Docker_정리.md rename to troubleshooting/250716_SSD_용량_부족_및_Docker_정리.md diff --git a/troubleshooting/20250716_admin_dashboard_ui_improvements.md b/troubleshooting/250716_admin_dashboard_ui_improvements.md similarity index 100% rename from troubleshooting/20250716_admin_dashboard_ui_improvements.md rename to troubleshooting/250716_admin_dashboard_ui_improvements.md diff --git a/troubleshooting/20250716_auth_server_setup.md b/troubleshooting/250716_auth_server_setup.md similarity index 100% rename from troubleshooting/20250716_auth_server_setup.md rename to troubleshooting/250716_auth_server_setup.md diff --git a/troubleshooting/20250716_frontend_admin_dashboard_improvements.md b/troubleshooting/250716_frontend_admin_dashboard_improvements.md similarity index 100% rename from troubleshooting/20250716_frontend_admin_dashboard_improvements.md rename to troubleshooting/250716_frontend_admin_dashboard_improvements.md diff --git a/troubleshooting/20250716_gemini_cli_slack_network_issues.md b/troubleshooting/250716_gemini_cli_slack_network_issues.md similarity index 100% rename from troubleshooting/20250716_gemini_cli_slack_network_issues.md rename to troubleshooting/250716_gemini_cli_slack_network_issues.md diff --git a/troubleshooting/20250716_neo4j_docker_connection_issues.md b/troubleshooting/250716_neo4j_docker_connection_issues.md similarity index 100% rename from troubleshooting/20250716_neo4j_docker_connection_issues.md rename to troubleshooting/250716_neo4j_docker_connection_issues.md diff --git a/troubleshooting/20250716_rb8001_deployment_issues.md b/troubleshooting/250716_rb8001_deployment_issues.md similarity index 100% rename from troubleshooting/20250716_rb8001_deployment_issues.md rename to troubleshooting/250716_rb8001_deployment_issues.md diff --git a/troubleshooting/20250716_rb8001_postgresql_connection.md b/troubleshooting/250716_rb8001_postgresql_connection.md similarity index 100% rename from troubleshooting/20250716_rb8001_postgresql_connection.md rename to troubleshooting/250716_rb8001_postgresql_connection.md diff --git a/troubleshooting/20250716_robeing_db_separation.md b/troubleshooting/250716_robeing_db_separation.md similarity index 100% rename from troubleshooting/20250716_robeing_db_separation.md rename to troubleshooting/250716_robeing_db_separation.md diff --git a/troubleshooting/250729_happybell80_프론트엔드재설계.md b/troubleshooting/250729_happybell80_프론트엔드재설계.md index 369d535..c66a42a 100644 --- a/troubleshooting/250729_happybell80_프론트엔드재설계.md +++ b/troubleshooting/250729_happybell80_프론트엔드재설계.md @@ -117,5 +117,30 @@ Claude가 세션 시작 시 규칙을 제대로 따르지 않음. CLAUDE.md 재 - 한번에 모든 기능을 구현하지 말고 레벨별로 해금 - 리소스 사용량도 점진적으로 증가 +## 오후 8시 00분 + +### 서버 구조 변경 및 auth-server 설정 수정 + +**서버팀 메시지 내용**: +- 51123 서버: nginx, Gitea, frontend-base, auth-server, PostgreSQL +- 51124 서버: 로빙 서비스들, 스킬 서비스들, ChromaDB +- PostgreSQL은 51123 서버 호스트에서 실행 중 +- auth-server Docker 컨테이너가 호스트 PostgreSQL 연결 불가 문제 + +**해결 작업**: +1. auth-server의 docker-compose.yml 수정 + - DATABASE_URL 기본값을 `host.docker.internal` 사용하도록 변경 + - 이미 extra_hosts 설정은 있었음 + +2. 서버 아키텍처 문서 업데이트 + - server-architecture.md에 변경된 서버 구조 반영 + - auth-server와 PostgreSQL이 51123에 추가된 것 문서화 + +**실수 및 교훈**: +- Git 작업 시 디렉토리 구조 실수 반복 + - ivada는 git 저장소가 아님, 각 하위 폴더가 개별 저장소 + - cd 명령 전 현재 위치 확인 필수 +- CLAUDE.md에 디렉토리 구조 주의사항 추가함 + --- -**작성 완료**: 2025-07-29 19:35 \ No newline at end of file +**작성 완료**: 2025-07-29 20:05 \ No newline at end of file