chore: add LOG_LEVEL to docker compose and readme

This commit is contained in:
Henry
2026-03-13 22:26:04 +00:00
parent 3604a49a89
commit 4f6fc66f84
6 changed files with 31 additions and 2 deletions

View File

@@ -37,6 +37,9 @@ services:
- NEXT_PUBLIC_USE_STANDALONE_OUTPUT=${NEXT_PUBLIC_USE_STANDALONE_OUTPUT}
- REDIS_URL=${REDIS_URL}
# Logging (optional - debug, info, warn, error; defaults to debug in dev, info in prod)
- LOG_LEVEL=${LOG_LEVEL}
# Stripe
- STRIPE_SECRET_KEY=${STRIPE_SECRET_KEY}
- STRIPE_WEBHOOK_SECRET=${STRIPE_WEBHOOK_SECRET}