How to set up HTTP to HTTPS redirectΒΆ

  • re-enable HTTP endpoint if it was disabled

  • open file .custom/docker-compose-apps.override.yaml

  • override the domain labels for service you want

labels:
  - "traefik.http.routers.<ROUTER_NAME>.entrypoints=http,https"
  - "traefik.http.routers.<ROUTER_NAME>.middlewares=https-redirect@file"