docker-compose up --build FastAPI: http://localhost:7860 Flower: http://localhost:5555 API 예시 POST /process (파일 업로드) GET /result/{task_id} (결과 확인) ---