Files
docker-compose/proxy/dynamic/vert-sablier.yaml
Sebastian Krüger ac2dd7ee4d fix: move Sablier middleware to dynamic configuration
Moved Sablier middleware from Docker labels to Traefik dynamic configuration
to fix "unknown plugin type: sablier" error. Traefik plugins can only be
used in dynamic file configuration, not in Docker labels.

Changes:
- Removed sablier-vert@file reference from Docker label middleware chain
- Added complete router definition to proxy/dynamic/vert-sablier.yaml
- Router includes full middleware chain: sablier-vert → vert-auth → compress
- Kept sablier.enable and sablier.group labels for Sablier service discovery

This allows Sablier to properly scale the container to zero while maintaining
the middleware chain order through file-based configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 17:27:04 +01:00

25 lines
554 B
YAML

http:
middlewares:
sablier-vert:
plugin:
sablier:
names: vert_app
sablierUrl: http://sablier_app:10000
sessionDuration: 1h
dynamic:
displayName: VERT File Converter
theme: ghost
routers:
vert-web-secure:
rule: "Host(`vert.pivoine.art`)"
service: vert@docker
entryPoints:
- web-secure
middlewares:
- sablier-vert
- vert-auth@docker
- vert-web-secure-compress@docker
tls:
certResolver: resolver