Building a Django Docker Container

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

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

  • @kubicix1265
    @kubicix1265 Год назад +3

    thank you i uploaded my project successfuly to docker without any errors you are the best

  • @hahalin8211
    @hahalin8211 8 месяцев назад

    Oh~ Thank You. This video is the best tutorial.👍

  • @prakashsb1990
    @prakashsb1990 8 месяцев назад +1

    awesome tutorial...how to reload code changes by docker-compose up or build ? please reply

  • @learnpro_ng
    @learnpro_ng 3 месяца назад

    I never knew that docker is this easy to work with

  • @marvin4519
    @marvin4519 11 месяцев назад +3

    Great video. Make one on hosting this to an EC2 instance

  • @nansambassensalo3065
    @nansambassensalo3065 3 месяца назад

    Great! Regarding volumes, so we don't need to set up volumes on docker desktop? there is a tab for it " Creat volume" ...

  • @callmekayxx
    @callmekayxx 2 месяца назад

    when you make changes to your project does it reload?

  • @jontymonts6938
    @jontymonts6938 3 месяца назад +1

    Why do we need to copy the files over? What does specifying the volume: ./dcelery:/usr/src/app/ do?

    • @اشکانمحمدی-ز1ث
      @اشکانمحمدی-ز1ث 2 месяца назад +1

      You might want to deploy the built image to somewhere, for example a server. There you don't have the source code on the server's local file system and therefore you can't setup a volume.
      But If you copy all the files over to your image during the build process, the files will be available inside every container you start regardless of weather you have setup the volume or not

  • @dailysamosa
    @dailysamosa 8 месяцев назад

    Hey at the end: when you docker-compose up -d --build, what the advantage of running it with -d? Also in the dockerfile why did we ENV PYTHONDONOTWRITEBYTECODE 1? Like whats the disadvantage of .pyc file?

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

    Thank you. Very good content.

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

    thank you

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

    thank you for the tutorial!

  • @DavideDelNista
    @DavideDelNista 7 месяцев назад

    thank you for tutorial, very helpful, but how to integrate this procedure with database MySql or Postgres? Thanks in advance for reply

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

    Thanks!

  • @franciscosoto2771
    @franciscosoto2771 Месяц назад

    Thanxxxx!!!!

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

    This is very good content, please keep up the good work.

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

    Is all videos coming today only?

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

      Just re-uploaded the ones i deleted at the weekend.

  • @민-y2m
    @민-y2m Год назад

    thanks video

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

    👍

  • @pandipatipavan3804
    @pandipatipavan3804 Год назад +4

    Please provide the code files and the links in the description as soon as possible for free 🙏

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

      If you are interested message me on Udemy.

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

    I fucking love you