|
|
|
|
|
by athosblade
1962 days ago
|
|
I totally agree with you in regards that Docker is overkill if your app is a Django app that connects to database. I can't image a world where running python manage.py runserver is less productive than spinning up two containers. But once you need stuff like Celery workers, message brokers, and multiple databases for sharding, Docker is a life-saver. |
|