mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"entryPoints": [
|
|
"web"
|
|
],
|
|
"name": "foo / bar@myprovider",
|
|
"provider": "myprovider",
|
|
"service": "foo-service@myprovider",
|
|
"status": "enabled",
|
|
"using": [
|
|
"web"
|
|
]
|
|
}
|