Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karthikasasanka/fastapi-celery-redis-rabbitmq

A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)
https://github.com/karthikasasanka/fastapi-celery-redis-rabbitmq

celery docker-compose fastapi rabbitmq redis

Last synced: 3 months ago
JSON representation

A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)

Awesome Lists containing this project

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`