Skip to content

davideccia/traefik-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Logo

For an easy Docker deploy with reverse proxy

Steps

  • copy the acme.json.example to acme.json
    • run sudo chmod 600 acme.json on it
  • copy the traefik.yml.example to traefik.yml
    • edit it if needed
  • go into configuration folder and copy the dynamic.yml.example to dynamic.yml
    • edit it if needed (for example to edit the traefik password)
  • copy the docker-compose.yml.example to docker-compose.yml
    • edit it with all you want to deploy

Important

Network

Be sure about the proxy network exists. If not:

docker network create proxy

Labels

Check all labels into docker-compose.yml and be sure you have configured it correctly.

DON'T MISS OUT THIS LABEL

The traefik.http.services.portainer.loadbalancer.server.port=xxxx label is where Traefik will internally redirect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published