/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/resources/compose/docker.yml
40 строк
1 KB
kevinpollet
Merge branch v2.11 into v3.6
30 июл 2026, 18:21
Не верифицирован
30 июл 2026, 18:21
6cd867d
Код
Авторство
О чём код?
services: simple: image: traefik/whoami:v1.12.0 withtcplabels: image: traefik/whoamitcp command: [ "-name", "my.super.host" ] labels: traefik.tcp.Routers.Super.Rule: HostSNI(`my.super.host`) traefik.tcp.Routers.Super.tls: true traefik.tcp.Services.Super.Loadbalancer.server.port: 8080 withlabels1: image: traefik/whoami:v1.12.0 labels: traefik.http.Routers.Super.Rule: Host(`my.super.host`) withlabels2: image: traefik/whoami:v1.12.0 labels: traefik.http.Routers.SuperHost.Rule: Host(`my-super.host`) withonelabelmissing: image: traefik/whoami:v1.12.0 labels: traefik.random.value: my.super.host powpow: image: traefik/whoami:v1.12.0 command: - --port=2375 labels: traefik.http.Routers.Super.Rule: Host(`my.super.host`) traefik.http.Services.powpow.LoadBalancer.server.Port: 2375 nonRunning: image: traefik/whoami:v1.12.0 labels: traefik.http.Routers.NonRunning.Rule: Host(`non.running.host`) traefik.docker.allownonrunning: "true"