diff --git a/docker-compose.yaml b/docker-compose.yaml index 0bd40c1..acb57b6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -38,8 +38,8 @@ services: labels: - "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.rule=Host(`test-whoami.${DOMAIN}`)" + - "traefik.http.routers.https.rule=Host(`test-whoami.${DOMAIN}`)" - "traefik.http.routers.whoami.entrypoints=web" - traefik.http.routers.https.entrypoints=https - traefik.http.routers.https.tls=true