# fastapi-celery-redis-rabbitmq **Repository Path**: powerriver/fastapi-celery-redis-rabbitmq ## Basic Information - **Project Name**: fastapi-celery-redis-rabbitmq - **Description**: No description available - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-17 - **Last Updated**: 2024-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastapi - celery - rabbitmq - redis -> Docker A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend) ## build and run containers ```bash docker-compose up -d --build ``` This will expose fastapi application on 5000 and celery flower on 5555 swagger docs - `http://localhost:5000/` redoc - `http://localhost:5000/redoc` celery flower - `http://localhost:5555`