feat: add next.config rewrites for shortlink routing and show domain in UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user