mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 06:12:33 +03:00
fix labels
This commit is contained in:
parent
03f210bf4a
commit
88aba20245
@ -37,14 +37,15 @@ services:
|
||||
|
||||
traefik.http.services.micrach.loadbalancer.server.port: ${PORT}
|
||||
|
||||
traefik.http.middlewares.haiku-bot-secure.stripprefix.prefixes: ${GATEWAY_BOARD_ID}
|
||||
traefik.http.middlewares.haiku-bot-secure.stripprefix.forceSlash: "false"
|
||||
traefik.http.middlewares.micrach-https-redirect.redirectscheme.scheme: "https"
|
||||
|
||||
traefik.http.routers.micrach.entrypoints: "http"
|
||||
traefik.http.routers.micrach.rule: "Host(`micrach.igonin.dev`) && Path(`/${GATEWAY_BOARD_ID}`)"
|
||||
traefik.http.routers.micrach.middlewares: "micrach-https-redirect"
|
||||
|
||||
traefik.http.middlewares.micrach-secure.stripprefix.prefixes: ${GATEWAY_BOARD_ID}
|
||||
traefik.http.middlewares.micrach-secure.stripprefix.forceSlash: "false"
|
||||
|
||||
traefik.http.routers.micrach-secure.entrypoints: "https"
|
||||
traefik.http.routers.micrach-secure.rule: "Host(`micrach.igonin.dev`) && Path(`/${GATEWAY_BOARD_ID}`)"
|
||||
traefik.http.routers.micrach-secure.tls: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user