mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 07:31:42 +01:00
Add plugins folder to integrate with multiple reverse proxies The project is now released as 'Sablier'
22 lines
342 B
YAML
Executable File
22 lines
342 B
YAML
Executable File
pilot:
|
|
token: "$TRAEFIK_PILOT_TOKEN"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
experimental:
|
|
localPlugins:
|
|
sablier:
|
|
moduleName: github.com/acouvreur/sablier/plugins/traefik
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
forwardedHeaders:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
swarmMode: true
|
|
exposedByDefault: false |