summaryrefslogtreecommitdiff
path: root/configs/traefik/traefik.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configs/traefik/traefik.yaml')
-rw-r--r--configs/traefik/traefik.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/traefik/traefik.yaml b/configs/traefik/traefik.yaml
index 25af4dc..29fc52c 100644
--- a/configs/traefik/traefik.yaml
+++ b/configs/traefik/traefik.yaml
@@ -3,7 +3,7 @@ global:
sendAnonymousUsage: false
log:
- level: DEBUG
+ level: INFO
api:
dashboard: true
@@ -37,3 +37,9 @@ providers:
endpoint: "unix:///var/run/docker.sock"
allowEmptyServices: true
exposedByDefault: false
+
+experimental:
+ plugins:
+ sablier:
+ moduleName: "github.com/sablierapp/sablier"
+ version: "v1.8.1"