Added access log config (#67)
Some checks failed
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 46s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (push) Failing after 1m2s
Remote Deployment Pipeline / Deploy (Production) (push) Has been skipped

Reviewed-on: #67
This commit is contained in:
2026-06-29 14:40:41 +02:00
parent 6103bca832
commit 078618cf2e

View File

@@ -21,6 +21,8 @@ services:
- "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}" - "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}"
- "${TRAEFIK_LEGACY_OPT:-}" - "${TRAEFIK_LEGACY_OPT:-}"
- "--providers.file.watch=true" - "--providers.file.watch=true"
- "--accesslog"
- "--log.level=INFO"
# extra_hosts: # extra_hosts:
# - "staging:${STAGING_IP:-192.168.1.85}" # - "staging:${STAGING_IP:-192.168.1.85}"
# - "webserver:${LEGACY_IP:-192.168.1.85}" # - "webserver:${LEGACY_IP:-192.168.1.85}"