mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 22:39:25 +01:00
git-subtree-dir: plugins/traefik git-subtree-mainline:1a14070131git-subtree-split:aef1f9e0dd
22 lines
358 B
YAML
Executable File
22 lines
358 B
YAML
Executable File
pilot:
|
|
token: "$TRAEFIK_PILOT_TOKEN"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
experimental:
|
|
localPlugins:
|
|
traefik-ondemand-plugin:
|
|
moduleName: github.com/acouvreur/traefik-ondemand-plugin
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
forwardedHeaders:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
swarmMode: true
|
|
exposedByDefault: false |