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 @@ services:
app:
build: .
ports:
- "${PORT:-8000}:8000"
- "${HOST_PORT:-8000}:8000"
environment:
APP_NAME: "${APP_NAME:-WebGIS SPBU}"
APP_ENV: "${APP_ENV:-production}"