Go to file
AGX fd6815f11a first commit 2025-07-17 10:16:31 +09:00
app first commit 2025-07-17 10:16:31 +09:00
.gitignore first commit 2025-07-17 10:16:31 +09:00
Dockerfile first commit 2025-07-17 10:16:31 +09:00
README.md first commit 2025-07-17 10:16:31 +09:00
docker-compose first commit 2025-07-17 10:16:31 +09:00
docker-compose.yml first commit 2025-07-17 10:16:31 +09:00
lib64 first commit 2025-07-17 10:16:31 +09:00
requirements.txt first commit 2025-07-17 10:16:31 +09:00

README.md

FastAPI + Celery + Redis + Flower 메인서버 예시

실행 방법

docker-compose up --build
FastAPI: http://localhost:7860

Flower: http://localhost:5555

API 예시
POST /process (파일 업로드)

GET /result/{task_id} (결과 확인)


---