diff --git a/portainer/compose.yaml b/portainer/compose.yaml index 1053efc..36423f1 100644 --- a/portainer/compose.yaml +++ b/portainer/compose.yaml @@ -13,6 +13,8 @@ services: - "traefik.enable=true" - "traefik.docker.network=proxy" - "traefik.http.services.portainer.loadbalancer.server.port=9443" + - "traefik.http.services.portainer.loadbalancer.server.scheme=https" + - "traefik.http.services.portainer.loadbalancer.serverstransport=insecureTransport@file" # Prod Router - "traefik.http.routers.portainer.rule=Host(`portainer.forust.xyz`)" @@ -20,7 +22,7 @@ services: - "traefik.http.routers.portainer.middlewares=security-headers@file" - "traefik.http.routers.portainer.tls=true" # Local Router - - "traefik.http.routers.portainer-local.rule=Host(`portainer.workstation.internal`) || Host(`portainer.internal`)" + - "traefik.http.routers.portainer-local.rule=Host(`portainer.workstation.internal`)" - "traefik.http.routers.portainer-local.entrypoints=websecure" - "traefik.http.routers.portainer-local.middlewares=security-headers@file" - "traefik.http.routers.portainer-local.tls=true"