fix: change domain from app.reckue.com to dev.reckue.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
claude 2026-02-18 22:05:33 +05:00
parent e00202f563
commit 4886a0209e

View File

@ -27,7 +27,7 @@ services:
- "3000:3000"
environment:
- NODE_ENV=production
- NEXT_PUBLIC_API_URL=https://app.reckue.com/api
- NEXT_PUBLIC_API_URL=https://dev.reckue.com/api
restart: unless-stopped
depends_on:
- api