# FastAPI + Celery + Redis + Flower 메인서버 예시 ## 실행 방법 ```bash docker-compose up --build FastAPI: http://localhost:7860 Flower: http://localhost:5555 API 예시 POST /process (파일 업로드) GET /result/{task_id} (결과 확인) ---