chore: update APP_URL and decouple host port configuration in docker-compose
This commit is contained in:
+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