Compare commits

..

8 Commits

Author SHA1 Message Date
88e1a67146 chore: publish 3.6.0+v3.4.5 release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2025-08-28 18:01:23 -04:00
7e7422a593 Expose LOG_MAX_AGE
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #55
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2025-08-28 18:05:27 +00:00
304915a396 Set default LOG_MAX_AGE
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-27 11:50:13 -04:00
a3ab012d55 revert f2e746344e
Some checks failed
continuous-integration/drone/push Build is failing
revert chore: publish 3.5.1+v3.4.5 release
2025-08-13 19:17:11 +00:00
f2e746344e chore: publish 3.5.1+v3.4.5 release 2025-08-13 19:10:53 +00:00
1ec509eee8 Fixed azure secret variable
Some checks failed
continuous-integration/drone/push Build is failing
2025-08-13 19:05:05 +00:00
8d7f9bd6a2 traefik_yml_version
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-08 22:17:46 -04:00
01c5b2a3a4 Update to Traefik v3
Some checks failed
continuous-integration/drone/pr Build is failing
2025-08-06 18:13:11 -04:00
6 changed files with 6 additions and 2 deletions

View File

@ -10,6 +10,7 @@ LETS_ENCRYPT_EMAIL=certs@example.com
# DASHBOARD_ENABLED=true
# WARN, INFO etc.
LOG_LEVEL=WARN
LOG_MAX_AGE=1
# This is here so later lines can extend it; you likely don't wanna edit
COMPOSE_FILE="compose.yml"

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v23
export TRAEFIK_YML_VERSION=v24
export FILE_PROVIDER_YML_VERSION=v10
export ENTRYPOINT_VERSION=v4

View File

@ -13,5 +13,5 @@ services:
secrets:
azure_secret:
name: ${STACK_NAME}_azure_secret_${SECRET_AZURE_CLIENT_SECRET_VERSION}
name: ${STACK_NAME}_azure_secret_${SECRET_AZURE_SECRET_VERSION}
external: true

View File

@ -27,6 +27,7 @@ services:
environment:
- DASHBOARD_ENABLED
- LOG_LEVEL
- ${LOG_MAX_AGE:-0}
healthcheck:
test: ["CMD", "traefik", "healthcheck"]
interval: 30s

1
release/3.6.0+v3.4.5 Normal file
View File

@ -0,0 +1 @@
Expose log_max_age option. This option controls Traefik's maximum retention for log files in number of days. By default (when LOG_MAX_AGE=0), files are not removed based on age.

View File

@ -4,6 +4,7 @@ core:
log:
level: {{ env "LOG_LEVEL" }}
maxAge: {{ env "LOG_MAX_AGE" }}
providers:
swarm: