mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 23:46:36 +01:00
25 lines
407 B
YAML
Executable File
25 lines
407 B
YAML
Executable File
pilot:
|
|
token: "$TRAEFIK_PILOT_TOKEN"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
experimental:
|
|
localPlugins:
|
|
ondemand:
|
|
moduleName: github.com/acouvreur/traefik-ondemand-plugin
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
forwardedHeaders:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
swarmMode: true
|
|
exposedByDefault: false
|
|
file:
|
|
filename: "/etc/traefik/config.yml"
|
|
watch: true |