chore: update APP_URL and decouple host port configuration in docker-compose

This commit is contained in:
GuavaPopper
2026-06-11 17:21:53 +07:00
parent 6588e86ebc
commit e7fe969289
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:bbAu4UCnpFwzL94x76uGNxESotpfaRJDOBEu88XZQug=
APP_DEBUG=true
APP_URL=http://localhost
APP_URL=http://t8wccs8s4wcgoks880ss0og4.203.24.51.230.sslip.io
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
+1 -1
View File
@@ -2,7 +2,7 @@ services:
app:
build: .
ports:
- "${PORT:-8000}:8000"
- "${HOST_PORT:-8000}:8000"
environment:
APP_NAME: "${APP_NAME:-WebGIS SPBU}"
APP_ENV: "${APP_ENV:-production}"