diff --git a/docker-compose.yaml b/docker-compose.yaml index f164f32..95d717d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,6 +34,7 @@ services: - "env=${ENV}" - "traefik.enable=true" - "traefik.http.routers.whoami.rule=Host(`test.staging.kovagoadi.hu`)" + - "traefik.http.routers.https.rule=Host(`test.staging.kovagoadi.hu`)" - "traefik.http.routers.whoami.entrypoints=web" - traefik.http.routers.https.entrypoints=https - traefik.http.routers.https.tls=true