Added access log config #67

Merged
kovagoadi merged 6 commits from add-access-log-config into main 2026-06-29 14:40:42 +02:00
Showing only changes of commit 29b951c727 - Show all commits
+3 -2
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: "traefik:v3.7@sha256:5a52522fa05731d9c537540f873ba8c4842e83354c27275b747145bab75da120"
image: "traefik:v3.7@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257"
restart: unless-stopped
security_opt:
- no-new-privileges:true
@@ -21,7 +21,8 @@ services:
- "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}"
- "${TRAEFIK_LEGACY_OPT:-}"
- "--providers.file.watch=true"
- "--accesslog=true"
- "--accesslog"
- "--log.level=INFO"
# extra_hosts:
# - "staging:${STAGING_IP:-192.168.1.85}"
# - "webserver:${LEGACY_IP:-192.168.1.85}"