Apache Proxy & Docker Containers: Create a Website with Multiple Components

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

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

  • @michu188_
    @michu188_ 7 месяцев назад +1

    Nice, it finally works. Thank You!

  • @jithinmv6516
    @jithinmv6516 2 года назад +2

    This is what I was looking for ❤❤

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

    Awesome, thanks for the detailed explanation! :D

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

      Thank you so much for the support :D

  • @venus.360
    @venus.360 10 месяцев назад +1

    super!!! thanks!

    • @SnatchDreams
      @SnatchDreams  10 месяцев назад +2

      Would like to have a haproxy version of this tutorial?

    • @venus.360
      @venus.360 10 месяцев назад +1

      @@SnatchDreams of course! it will be very helpful!

    • @SnatchDreams
      @SnatchDreams  10 месяцев назад +2

      I will start working on making those tutorials soon

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

    Really Awesome, is there a way to secure the containers with ssl ?

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

      You can use ssh certs like you do with normal server.
      We can install ssl certs with apache proxy and
      usually in production env. we do the SSL termination at the apache proxy and connection between apache proxy and other dockers (which are running micro services will be non-encrypted) and the access to the ports for other dockers will be restricted to localhost or 127.0.0.1.

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

      @@SnatchDreams is there any chance you could do a video on this?

  • @TheGAMERBOY006
    @TheGAMERBOY006 3 года назад +3

    Wo wo 🔥

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

    is there a big difference by using httpd docker's image ?

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

      You can use any docker image you want, the concept of using proxy to split things between dockers remains the same.

  • @Codeing-di3yf
    @Codeing-di3yf 5 месяцев назад +2

    🙏🙏♥♥

  • @piercedsouza2060
    @piercedsouza2060 3 года назад

    I want to do this with Python virtual environment, it the same process possible?

    • @SnatchDreams
      @SnatchDreams  3 года назад +1

      Like you want to deploy ur components of ur website in python virtual environment? Please tell ur whole requirements so I could help u more about it 😇