chore(deps): update traefik docker tag to v3.6.5 #68

Merged
p4u1 merged 4 commits from traefik-3-6-4 into master 2025-12-23 13:12:45 +00:00
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v26
export TRAEFIK_YML_VERSION=v27
export FILE_PROVIDER_YML_VERSION=v10
export ENTRYPOINT_VERSION=v5

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "traefik:v3.6.2"
image: "traefik:v3.6.5"
# Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports
@ -53,7 +53,7 @@ services:
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:3.2.8-r0-ls61
image: lscr.io/linuxserver/socket-proxy:3.2.10-r0-ls65
deploy:
endpoint_mode: dnsrr
environment:

View File

@ -33,6 +33,15 @@ entrypoints:
to: web-secure
web-secure:
address: ":443"
http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedBackSlash: true
allowEncodedNullCharacter: true
allowEncodedSemicolon: true
allowEncodedPercent: true
allowEncodedQuestionMark: true
allowEncodedHash: true
{{ if eq (env "GITEA_SSH_ENABLED") "1" }}
gitea-ssh:
address: ":2222"