You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.
- traefik.docker.network=traefik-public # put it in the same network as traefik
- traefik.constraint-label=traefik-public # assign the same label as traefik so it can be discovered
- traefik.http.routers.tredtrix.rule=Host(`tredtrix.app.levell.ch`) # listen to port 80 for request to APP_DOMAIN (use together with the line below)
- traefik.http.routers.tredtrix.entrypoints=http
- traefik.http.middlewares.tredtrix.redirectscheme.scheme=https # redirect traffic to https
- traefik.http.middlewares.tredtrix.redirectscheme.permanent=true # redirect traffic to https
- traefik.http.routers.tredtrix-secured.rule=Host(`tredtrix.app.levell.ch`) # listen to port 443 for request to APP_DOMAIN (use together with the line below)