Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
nice posting thank you very much Keith , only a small bit was missing necessary for authentication in traefik dashboard: usersFile = “/path/to/.htpasswd”
and a small suggestion set the user file in traefik.tomel and use labels for username password hashs like:
Hi. Very much a noob with using docker. So following the instruction as carefully as possible, I got Traefik to see the others. When I access db-admin, the login form is populated with MySQL mysql root <password> mysql
Click login and get the error “SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name does not resolve”
I did google the text but could not make sense how to resolve the issue.
Really nice Post!! thanks a lot! this is something I was trying to set up months ago. Finally I could make it! :)
one question: the login to the database inside adminer, the root user is because we have a root user in our server? or is root by default inside adminer?
I’m having errors but don’t know if this is because I have disabled root user to logged in inside my server…
SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.19.0.4' (using password: YES)
thanks in advanced!
Interesting tutorial thanks @keiththomps , I am new to traefik, little bit of confusion Do I need to mention certificates of my domain in acme.json ?
Error :
level=error msg="Error getting ACME certificates [monitor.(mydomainname)] : Cannot obtain certificates map[monitor.(mydomainname):acme: Error 400 - urn:acme:error:connection - DNS problem: NXDOMAIN looking up A for monitor.(mydomainname)
Error Detail: Validation for monitor.mycroft.team:443 Resolved to:
Used:
]+v"
help appreciated.
Thanks
I’m getting too many redirects when I try to log into WordPress after setting everything up. I checked the database and the siteurl and home table entries are both using https
My site is still also showing that it is not secure even though the Let’s Encrypt Authority certificate looks right?
The cert shows it’s Valid from 1/7/2018 to 4/7/2018… any clue?
Is there any reason why you’re using the command line to create the Traefik container rather than just using Compose?
any advice on how to swarm this with ACME? I’ve found some good examples for swarms but they all rely on a cert that is self generated and stored as a secret.
Great article! Question. I want to monitor that server and I installed Netdata on the vm directly. How can i tell Traefik to forward traffic to the vm on port 19999?