Skip to content

feat: AI 서버 프로젝트 및 로컬 인프라 초기 구성#3

Merged
i3months merged 3 commits into
mainfrom
feature/add-infra-and-ai-setup
Mar 29, 2026
Merged

feat: AI 서버 프로젝트 및 로컬 인프라 초기 구성#3
i3months merged 3 commits into
mainfrom
feature/add-infra-and-ai-setup

Conversation

@csh1668

@csh1668 csh1668 commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

변경 사항

  1. Python UV 기반 AI 서버 프로젝트 구성
  2. CI에서 Python lint를 UV 기반으로 변경
  3. 로컬 개발 인프라 Docker Compose 구성 (RabbitMQ, MinIO, PostgreSQL)

@Jaeho-Site Jaeho-Site left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

도커 설정 까지 굿굿
내일 코테라 자세히 못 봤는데 구조도 깔끔하고 세팅 야무지네요. 고생하셨습니다.

Comment thread docker-compose.yml
@@ -0,0 +1,70 @@
services:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fast api랑 인프라랑 분리하고 같이 안 묶은거 좋네요.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

env 파일은 디코나 노션으로 관리하면 좋겠습니다

Comment thread ai/tests/test_health.py

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트까지~ 백단 중요로직에 대해서는 테스트도 같이 작성해봅시다

@Jaeho-Site Jaeho-Site Mar 28, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트 인정. 테스트= 명세

Comment thread ai/.gitignore

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitignore는 루트에 하나만 두는것도 괜찮아보입니다.

Comment thread docker-compose.yml
@@ -0,0 +1,70 @@
services:
postgres:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

디비는 gcp에다가 올려서 모두가 쓸수있도록 설정하는게 낫겠죠? 모두가 로컬에서 띄우는것도 되긴 합니다

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로컬로 시작 하기로 했지만 db는 미리 올려도 좋을것 같네요.

Comment thread docker-compose.yml
timeout: 5s
retries: 5

minio:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minio는 추후 s3로 전환 예정이겠죠?

@i3months i3months merged commit 4a6cff5 into main Mar 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants