shlogg · Early preview
Shakhzhakhan Maxudbek @xinitd

Docker Compose For Serverless Cross-Platform Architecture

Docker Compose simplifies running apps on any machine with one click, enabling serverless & cross-platform architecture. It's convenient & simple to use.

Why exactly Docker compose? Docker compose used when you want to run your applications on any machine and start it by one click. This way called as serverless and cross platform architecture. Docker allow you to run applications on any computer, where it installed. It's very convenient and simple.
Complete structure of project:

demo_project/
    |
    |-- manage.py
    |
    |-- env/
    |
    |-- backend/
    |     |
    |     |-- asgi.py
    |     |-- __init__.py
    |     |-- settings.py
    |     |-- urls.py
    |     |-- wsgi.py
    |
    |-- core/
    |     |
    |     |-- admin.py...