Docker Compose with Celery, Flower, Beat and Redis containers - Docker Part 3

preview_player
Показать описание
In this video we will containerize a complete background task system with 6 containers, including Celery, Flower, Beat and Redis

0:00 Intro & Overview
2:38 App Container
6:35 Postgres Container
7:22 Redis Container
9:02 Celery Container
15:13 Celery setup & tasks
19:34 Flower Container
20:44 Beat Container
22:08 Docker Compose Build & Up
24:16 Testing

Support me on:
Thank you.

Follow me on:

#docker #celery #django #postgres #postgresql #redis #dockercontainer #dockerimage #dockertutorial #python #pythonprogramming #selftaughtdeveloper #webdevelopment #webapp #webdesigner #programmer #coding #codingforbeginners #entrepreneur #stayathomedad
Рекомендации по теме
Комментарии
Автор

I just discover and subscribe to your channel.
Great project based tutorial with diagram.
It's a great job

nikolas
Автор

Always on point. I was thinking why my django app was not working properly on server but it was working fine locally. Then your video came and i dockerized my django app and it works perfectly. Thanks 🎉🎉🎉

midhunskani
Автор

Awesome as always, very excited for django with kubernetes and micro services 🤩

ahmed-zeini
Автор

SO Helpful, I appreciate your hard work 💚
finally I can docker my app.

deez_dev
Автор

Awesome 🎉

We're Still waiting for deployment part. Thank you.

TemmyCodingLifestyle
Автор

Excellent stuff as always Bro, continue this way

Armin-qp
Автор

volumes:
- .:/app
this line very helpful in django development, waiting to know how deploy all this six container into one django app, another great video, thank you.

moonknight-pxis