mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-28 07:56:35 +01:00
25 lines
410 B
YAML
Executable File
25 lines
410 B
YAML
Executable File
pilot:
|
|
token: "$TRAEFIK_PILOT_TOKEN"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
experimental:
|
|
devPlugin:
|
|
goPath: /plugins/go
|
|
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 |