2026-04-13 16:14:47 +02:00
|
|
|
api:
|
|
|
|
|
dashboard: false
|
|
|
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
|
web:
|
|
|
|
|
address: ":80"
|
|
|
|
|
http:
|
|
|
|
|
redirections:
|
|
|
|
|
entryPoint:
|
|
|
|
|
to: websecure
|
|
|
|
|
scheme: https
|
|
|
|
|
websecure:
|
|
|
|
|
address: ":443"
|
|
|
|
|
admin-console:
|
|
|
|
|
address: ":3002"
|
|
|
|
|
|
|
|
|
|
providers:
|
|
|
|
|
docker:
|
|
|
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
|
|
|
exposedByDefault: false
|
2026-04-23 18:15:22 +02:00
|
|
|
network: cameleer-traefik
|
2026-04-13 16:14:47 +02:00
|
|
|
file:
|
|
|
|
|
filename: /etc/traefik/dynamic.yml
|