feat: add next.config rewrites for shortlink routing and show domain in UI

This commit is contained in:
Mohan Ki
2026-07-27 15:57:40 +05:30
parent c6a0a13616
commit 01c74fb29d
4 changed files with 17 additions and 4 deletions
+3
View File
@@ -9,6 +9,8 @@ services:
- "4000"
environment:
- PORT=4000
- INTERNAL_BACKEND_URL=http://backend:4001
- NEXT_PUBLIC_APP_URL=${FRONTEND_URL:-https://qr.houseofwebsites.ai}
depends_on:
- backend
@@ -27,6 +29,7 @@ services:
- PGDATABASE=ckqr
- REDIS_HOST=redis
- REDIS_PORT=6379
- BASE_URL=${FRONTEND_URL:-https://qr.houseofwebsites.ai}
depends_on:
- postgres
- redis