feat: add redis to docker compose

This commit is contained in:
3raphat
2025-06-23 15:12:34 +07:00
parent e45e7e9f9d
commit 084ec47249
3 changed files with 18 additions and 3 deletions

View File

@ -8,4 +8,8 @@ NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-secret-key-here
# Development Environment
NODE_ENV=development
NODE_ENV=development
# Redis
UPSTASH_REDIS_REST_URL=http://localhost:8079
UPSTASH_REDIS_REST_TOKEN=example_token