M22: implement operational observability
This commit is contained in:
@@ -52,6 +52,13 @@ services:
|
||||
OIDC_ALLOWED_EMAIL_DOMAINS: ${OIDC_ALLOWED_EMAIL_DOMAINS:-}
|
||||
OIDC_AUTO_PROVISION: ${OIDC_AUTO_PROVISION:-true}
|
||||
OIDC_DEFAULT_ROLE: ${OIDC_DEFAULT_ROLE:-rental_employee}
|
||||
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
||||
METRICS_BEARER_TOKEN: ${METRICS_BEARER_TOKEN:-}
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- "8128:8000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user