feat(devops): make web port configurable via environment variables
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ services:
|
||||
# Inject the root .env variable into the frontend build process
|
||||
VITE_API_BASE_URL: ${VITE_API_BASE_URL}
|
||||
ports:
|
||||
- "80:80"
|
||||
- "${WEB_PORT:-80}:80"
|
||||
depends_on:
|
||||
- server-core
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user