chore: move to Traefik organization.

Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
Jean-Baptiste Doumenjou 2020-09-16 15:46:04 +02:00 committed by GitHub
parent 9df89e66e3
commit c0f1e74bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
421 changed files with 5213 additions and 5234 deletions

View file

@ -1,12 +1,12 @@
server0:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-server0.entryPoints=web
- traefik.http.routers.rt-server0.rule=Path("/test")
- traefik.http.services.service1.loadbalancer.server.port=80
server1:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-server1.entryPoints=web
@ -14,21 +14,21 @@ server1:
- traefik.http.routers.rt-server1.service=service1
- traefik.http.services.service1.loadbalancer.server.port=80
server2:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-server2.entryPoints=web
- traefik.http.routers.rt-server2.rule=Host("frontend2.docker.local")
- traefik.http.services.service2.loadbalancer.server.port=80
server3:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-server3.entryPoints=web
- traefik.http.routers.rt-server3.rule=Host("frontend2.docker.local")
- traefik.http.services.service2.loadbalancer.server.port=80
authFrontend:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-authFrontend.entryPoints=httpFrontendAuth
@ -37,7 +37,7 @@ authFrontend:
- traefik.http.middlewares.basicauth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
- traefik.http.services.service3.loadbalancer.server.port=80
digestAuthMiddleware:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-digestAuthMiddleware.entryPoints=digestAuth
@ -46,7 +46,7 @@ digestAuthMiddleware:
- traefik.http.middlewares.digestauth.digestauth.users=test:traefik:a2688e031edb4be6a3797f3882655c05, test2:traefik:518845800f9e2bfb1f1f740ec24f074e
- traefik.http.services.service3.loadbalancer.server.port=80
frontendRedirect:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-frontendRedirect.entryPoints=frontendRedirect
@ -56,7 +56,7 @@ frontendRedirect:
- traefik.http.middlewares.redirecthttp.redirectScheme.port=8000
- traefik.http.services.service3.loadbalancer.server.port=80
rateLimit:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-rateLimit.entryPoints=httpRateLimit
@ -67,7 +67,7 @@ rateLimit:
- traefik.http.middlewares.rate.ratelimit.burst=2
- traefik.http.services.service3.loadbalancer.server.port=80
frontendWhitelist:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt-frontendWhitelist.entryPoints=web

View file

@ -1,10 +1,10 @@
whoami1:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.router1.rule=PathPrefix("/whoami")
whoami2:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=false

View file

@ -11,14 +11,14 @@ consul-agent:
links:
- consul
whoami1:
image: containous/whoami:v1.3.0
image: traefik/whoami
hostname: whoami1
whoami2:
image: containous/whoami:v1.3.0
image: traefik/whoami
hostname: whoami2
whoami3:
image: containous/whoami:v1.3.0
image: traefik/whoami
hostname: whoami3
whoamitcp:
image: containous/whoamitcp
image: traefik/whoamitcp
hostname: whoamitcp

View file

@ -1,20 +1,20 @@
whoami1:
image: containous/whoami
image: traefik/whoami
ports:
- "8881:80"
whoami2:
image: containous/whoami
image: traefik/whoami
ports:
- "8882:80"
whoami3:
image: containous/whoami
image: traefik/whoami
ports:
- "8883:80"
whoami4:
image: containous/whoami
image: traefik/whoami
ports:
- "8884:80"
whoami5:
image: containous/whoami
image: traefik/whoami
ports:
- "8885:80"

View file

@ -1,5 +1,5 @@
whoami1:
image: containous/whoami
image: traefik/whoami
whoami2:
image: containous/whoami
image: traefik/whoami

View file

@ -1,5 +1,5 @@
server1:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.services.service1.loadbalancer.server.port=80

View file

@ -1,5 +1,5 @@
whoami1:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.http.Routers.RouterMini.Rule=PathPrefix("/whoami")
- traefik.enable=true

View file

@ -4,4 +4,4 @@ haproxy:
- ../haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
whoami:
image: containous/whoami
image: traefik/whoami

View file

@ -1,2 +1,2 @@
whoami1:
image: containous/whoami
image: traefik/whoami

View file

@ -1,2 +1,2 @@
whoami:
image: containous/whoami
image: traefik/whoami

View file

@ -1,4 +1,4 @@
whoami1:
image: containous/whoami
image: traefik/whoami
ports:
- "8881:80"

View file

@ -1,2 +1,2 @@
whoami:
image: containous/whoami
image: traefik/whoami

View file

@ -1,4 +1,4 @@
whoami1:
image: containous/whoami
image: traefik/whoami
whoami2:
image: containous/whoami
image: traefik/whoami

View file

@ -1,5 +1,5 @@
whoami-a:
image: containous/whoamitcp
image: traefik/whoamitcp
command: -name whoami-a -certFile /certs/whoami-a.crt -keyFile /certs/whoami-a.key
volumes:
- ../../fixtures/tcp:/certs
@ -7,7 +7,7 @@ whoami-a:
- "8081:8080"
whoami-b:
image: containous/whoamitcp
image: traefik/whoamitcp
command: -name whoami-b -certFile /certs/whoami-b.crt -keyFile /certs/whoami-b.key
volumes:
- ../../fixtures/tcp:/certs
@ -15,24 +15,24 @@ whoami-b:
- "8082:8080"
whoami-no-cert:
image: containous/whoamitcp
image: traefik/whoamitcp
command: -name whoami-no-cert
ports:
- "8083:8080"
whoami-no-tls:
image: containous/whoamitcp
image: traefik/whoamitcp
command: -name whoami-no-tls
ports:
- "8084:8080"
whoami:
image: containous/whoami
image: traefik/whoami
ports:
- "8085:80"
whoami-banner:
image: containous/whoamitcp
image: traefik/whoamitcp
command: -name whoami-banner --banner
ports:
- "8086:8080"

View file

@ -1,5 +1,5 @@
whoami:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.http.routers.route1.rule=PathPrefix(`/`)
- traefik.http.routers.route1.middlewares=passtls

View file

@ -18,4 +18,4 @@ jaeger:
- "14268:14268"
- "9411:9411"
whoami:
image: containous/whoami
image: traefik/whoami

View file

@ -1,14 +1,14 @@
whoami-a:
image: containous/whoamiudp:dev
image: traefik/whoamiudp:latest
command: -name whoami-a
whoami-b:
image: containous/whoamiudp:dev
image: traefik/whoamiudp:latest
command: -name whoami-b
whoami-c:
image: containous/whoamiudp:dev
image: traefik/whoamiudp:latest
command: -name whoami-c
whoami-d:
image: containous/whoami
image: traefik/whoami

View file

@ -1,5 +1,5 @@
noOverrideWhitelist:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt1.rule=Host("no.override.whitelist.docker.local")
@ -7,7 +7,7 @@ noOverrideWhitelist:
- traefik.http.middlewares.wl1.ipwhiteList.sourceRange=8.8.8.8
overrideIPStrategyRemoteAddrWhitelist:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt2.rule=Host("override.remoteaddr.whitelist.docker.local")
@ -16,7 +16,7 @@ overrideIPStrategyRemoteAddrWhitelist:
- traefik.http.middlewares.wl2.ipwhitelist.ipStrategy=true
overrideIPStrategyDepthWhitelist:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt3.rule=Host("override.depth.whitelist.docker.local")
@ -25,7 +25,7 @@ overrideIPStrategyDepthWhitelist:
- traefik.http.middlewares.wl3.ipwhitelist.ipStrategy.depth=3
overrideIPStrategyExcludedIPsWhitelist:
image: containous/whoami
image: traefik/whoami
labels:
- traefik.enable=true
- traefik.http.routers.rt4.rule=Host("override.excludedips.whitelist.docker.local")