fix: some upgrade

This commit is contained in:
VaalaCat 2025-04-07 12:46:11 +00:00
parent 8cbb0b4258
commit b2d663e95c
2 changed files with 22 additions and 4 deletions

View File

@ -10,6 +10,14 @@ entryPoints:
websecure:
address: ":443"
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
metrics:
address: ":40882"
api:
insecure: true
@ -39,3 +47,13 @@ certificatesResolvers:
storage: acme.json
dnsChallenge:
provider: cloudflare
metrics:
prometheus:
entryPoint: metrics
headerLabels:
x_real_ip: X-Real-Ip
x_forwarded_host: X-Forwarded-Host
x_forwarded_port: X-Forwarded-Port
x_forwarded_for: X-Forwarded-For
x_forwarded_proto: X-Forwarded-Proto

View File

@ -1,6 +1,6 @@
services:
reverse-proxy:
image: traefik:3.1
image: traefik:3.3
restart: unless-stopped
ports:
- "30080:80"
@ -42,7 +42,7 @@ services:
- "traefik.http.middlewares.traefik-forward-auth.forwardauth.authResponseHeaders=X-Forwarded-User"
whoami:
image: containous/whoami
image: traefik/whoami
restart: unless-stopped
expose:
- 80
@ -58,5 +58,5 @@ services:
networks:
traefik:
external:
name: traefik
external: true
name: traefik