Dockerize a Django web app | Full course

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии •

  • @CloudWithDjango
    @CloudWithDjango  2 года назад +1

    IMPORTANT NOTE!
    ----------------------------------------------------------------------------------
    1) To install gunicorn:
    pip install gunicorn
    2) To run a docker container on AWS:
    {
    "containerDefinitions": [
    {
    "name": "my-django-application",
    "image": "Django docker image URL goes here",
    "memory": "256",
    "cpu": "256",
    "essential": true
    }
    ],
    "networkMode": "bridge",
    "family": "django-app-task-definition"
    }
    Note: Remember to create a new revision for your port mapping as the video shows! :)

  • @Coden69
    @Coden69 2 года назад +3

    Thanks a lot sir ji

  • @seancharles1595
    @seancharles1595 Год назад

    Hands down THE BEST VIDEO I have ever seen; I have to dockerise and deploy an existing AWS EB/EC2 app... your video has nailed it, thank you!

    • @CloudWithDjango
      @CloudWithDjango  Год назад +1

      Thank you so much for your kind feedback! I really appreciate it a lot!
      Of course, it's only a pleasure! I'm very happy to hear that you managed to find value in the video.
      All the best to you!

  • @KrishnaYadav-ok7pm
    @KrishnaYadav-ok7pm Год назад

    Great man after watching show many on RUclips videos, Finally First Time docker configured well.
    Thank you.
    Your Video really helped me.

    • @CloudWithDjango
      @CloudWithDjango  Год назад

      My pleasure, Krishna! I'm glad that my video was helpful to you!
      All the best! :)

  • @herambmishra2777
    @herambmishra2777 2 года назад +3

    django and celery deployment video needed please make

  • @nicenaija9952
    @nicenaija9952 2 года назад

    Thank youuu

  • @gitcotech
    @gitcotech 6 месяцев назад

    thanks a lot for this..
    please i wish to find out how to make a djangoapp fully production ready. when follow this video with a django-admin startproject app, and i turn debug to True, i get error "bad request" when i run docker container on my computer. how can i fix that ?

    • @CloudWithDjango
      @CloudWithDjango  6 месяцев назад

      My pleasure!
      There are a lot of steps to make a django app fully production ready. This would depend on the requirements of your application. Yes, a bad request error indicates that you have an issue with your application. You'd need to double check this.

    • @gitcotech
      @gitcotech 6 месяцев назад

      @@CloudWithDjango thank you very much. I will check it.

    • @CloudWithDjango
      @CloudWithDjango  6 месяцев назад

      My pleasure! Good luck!

  • @ahmadumar9387
    @ahmadumar9387 2 года назад

    thanksssssss

  • @ajiak4036
    @ajiak4036 Год назад

    actually is no use docker app correct ? use the aws