Skip to content

Files

Latest commit

 

History

History
 
 

traefik

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Usage

This setup comes up with the Traefik v2.2.8 reverse proxy to access the Portainer instance via a virtual host, has support for SSL certificates using Let's Encrypt and automatic redirection from http to https.

The default configuration will make Portainer frontend available via the portainer.yourdomain.com domain. If you wish to change this, update the traefik.http.routers.frontend.rule=Host(portainer.yourdomain.com) label for the Portainer service in the docker-compose.yml file.

If you're going to use Edge agents. When you set up the endpoint from Portainer Configuration, you need to change the Portainer Server URL setting to match with the label specified for Edge. In this sample, the URL specified for the Edge service is traefik.http.routers.frontend.rule=Host(edge.yourdomain.com).

Edge

Deploy this stack on any Docker node:

docker-compose up -d

And then access Portainer by hitting http://portainer.yourdomain.com with a web browser.

NOTE: Your machine must be able to resolve portainer.yourdomain.com (or your own domain if you updated it).