chore: update compose files and readme

This commit is contained in:
Henry
2026-01-25 21:46:38 +00:00
parent c53c4b56c2
commit 327089e10e
5 changed files with 11 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ services:
- BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET}
- POSTGRES_URL=${POSTGRES_URL}
# Redis (optional - for rate limiting)
- REDIS_URL=${REDIS_URL}
# Admin API key (optional)
- KAN_ADMIN_API_KEY=${KAN_ADMIN_API_KEY}