chore: update APP_URL and decouple host port configuration in docker-compose
This commit is contained in:
@@ -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
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user