traefik local

This commit is contained in:
Yax 2021-11-01 20:26:33 +01:00
parent 4c2bdef32e
commit 4e29e82851
20 changed files with 119 additions and 74 deletions

View file

@ -16,7 +16,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.portainer.rule=Host(`${HOST_WWW}.${DOMAIN}`) && PathPrefix(`${PATH_PORTAINER}`)
- traefik.http.routers.portainer.entrypoints=websecure
- traefik.http.routers.portainer.entrypoints=https
- traefik.http.routers.portainer.tls=true
- traefik.http.services.portainer.loadbalancer.server.port=9000
- traefik.http.routers.portainer.middlewares=portainerRedir,portainerPStrip