Skip to content

TalhaUusuf/fastapi-celery-flower-redis

 
 

Repository files navigation

fastapi-celery-flower-redis

This repository is intended to show an example of how to connect fastapi with celery and flower, in docker containers.

Requirements

  • git
  • docker
  • docker-compose

Running servers

git clone https://github.com/luovkle/fastapi-celery-flower-redis
cd fastapi-celery-flower-redis
docker-compose up -d

Accessing services

To access the services you have to access the following addresses from your web browser.

  • fastapi: localhost:8000
  • flower: localhost:5555

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.7%
  • Dockerfile 29.3%