Это видео недоступно.
Сожалеем об этом.

How To Use Traefik as a Reverse Proxy for Docker Containers (One Docker Host) 2023

Поделиться
HTML-код
  • Опубликовано: 16 мар 2021
  • Learn how to run multiple applications on one docker host with Traefik Reverse proxy
    Link to GitHub repo: github.com/ari...
    #atopwebtech #Pereteharrison

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

  • @jirongzhang3237
    @jirongzhang3237 4 месяца назад +1

    I have spent one week more to find all kinds of tutorials but failed and this one have made it. Very Thank you.

  • @TheRealBachato
    @TheRealBachato 3 года назад +8

    Thank you! Your explanation was the only one that worked for me. I have successfully set this up and can now securely reach my internal services.

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

    Thank you for this post. I had been racking my brain for weeks. I have followed a bunch of others instructions and none of them ever worked. Thank you for taking the time to provide all this great information. I appreciate you.

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

    Thanks for sharing

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

    Thanks a lot

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

    This is awesome!! Thx alot for sharing :)

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

    Worked for me. Thanks 💯❤️

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

    I love u

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

    Exactly what i needed

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

    Thanks. Can u make a video how to deploy in swarm mode? Cannot get to work dashboard in swarmmode.

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

    very good, but how do I put a www. does not launch the site? wordpress only enters without the www.

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

      Thank you for your question! To ensure that your WordPress site is accessible both with and without the 'www' prefix, you need to update your routing rule. Here's an example configuration you can use:
      traefik.http.routers.example-secure.rule=Host(`example.com`) || Host(`www.example.com`)
      Replace 'example.com' with your actual domain name. Also, remember to point 'www.example.com' to your IP address in your DNS settings. This step is crucial for the 'www' prefix to work correctly. If you have any further questions, feel free to ask!

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

    tnx ... great help and learned stuff.
    but I am glad that I am not your keyboard 😅

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

    I had to create a macvlan for Traefik because I'm running docker on my Synology (80 and 443 are already used). I think what's compounding my problem is that I'm also using the Synology as my DNS server. I've tried everything I can find and I can't seem to come up with a way to get Traefik to ping the Synology again which is both the Docker host and the DNS server. I keep getting an error from letsencrypt that it can't find the domain which makes sense because I can't ping the DNS server from Traefik. (Or at least I think that's what the problem is) Any help would be greatly appreciated.

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

    Great video! I'm about to try traefik for reverse proxy. So, with traefik, we don't have to specify the port and traefik will do it for us? Thanks! I'm new on this.

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

      Yes, correct. Don't forget to subscribe and like.

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

    hello sir, I have one question, can NPM run container that have multiple port ?, For example :
    container A: and
    container B:
    Thanks.

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

    how to add a port to traefik? I need to run portainer in another instance. My DNS has A record ok but I think traefik is not finding it at port 9002 as I exposed

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

    What about mailu or mailcow could u make a tutorial ? because a lot of peoples fighting with traefik correct configurations ..

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

    Thank you for this magical tutorial kind Sir. this was very well presented. I tried your tutorial, but I suspect that I am missing something. I am running this on a headless raspberry Pi, that has an IP address. I get right up to the point where I run the "docker compose up" I get no errors, When I try to go to the url, or curl the URL, I dont get the traefik dashboard or the portainer container loading. Can you point me to thee direction of the steps I may have missed?

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

      Hi thanks for watching. Did you point your domain to your host IP?

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

      @@AtopWebTech I had to create a dns entry in my /etc/hosts file. Is there a better way to do this? For it to work I would need to add entries in all devices to be able to find the hosts

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

    How did you connect the subdomain to portainer, the setting up of the external dns please?

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

      Set up an A (address) record to your domain. E.g portainer.example.com

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

      @@AtopWebTech thanks for the superfast reply, I am doing that now and it is working great! :)