fix redirect url to port

This commit is contained in:
2025-06-13 15:30:19 +07:00
parent 6625baf7bd
commit ac55ed1b67
8 changed files with 249 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ services:
environment:
- APP_ENV=production
- APP_DEBUG=false
- APP_URL=https://bengkel.digitaloasis.xyz
- APP_URL=http://bengkel.digitaloasis.xyz:8082
- TRUSTED_PROXIES=*
depends_on:
- db