-
Notifications
You must be signed in to change notification settings - Fork 7
/
bootstrap_keys
16 lines (16 loc) · 904 Bytes
/
bootstrap_keys
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
traefik/http/middlewares/my-basic-auth/basicauth/users,traefik:$apr1$SnHDtk1N$$cpc7xSXXrMVnPYdF01WdC0
traefik/http/middlewares/http_redirect/redirectscheme/scheme,http
traefik/http/middlewares/http_redirect/redirectscheme/permanent,true
traefik/http/routers/https_catchall/rule,HostRegexp(`{any:https.+}`)
traefik/http/routers/https_catchall/entrypoints,web
traefik/http/routers/https_catchall/service,pink@docker
traefik/http/routers/https_catchall/middlewares,http_redirect
traefik/http/routers/pink/rule,Host(`pink.local.me`)
traefik/http/routers/pink/service,pink@docker
traefik/http/routers/pink/entrypoints,web
traefik/http/routers/blue/rule,Host(`blue.local.me`)
traefik/http/routers/blue/service,blue@docker
traefik/http/routers/blue/entrypoints,web
traefik/http/routers/green/rule,Host(`green.local.me`)
traefik/http/routers/green/service,green@docker
traefik/http/routers/green/entrypoints,web