feat(devops): make web port configurable via environment variables

This commit is contained in:
datadunia
2026-05-16 02:56:35 +07:00
parent ad80ad0c08
commit f9ab85e001
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ docker-compose up -d
echo "======================================"
echo " NexusGuard is successfully running! "
echo " Web Dashboard : http://localhost"
echo " Web Dashboard : http://localhost:${WEB_PORT:-80}"
echo " API Port : ${API_PORT:-8080}"
echo "======================================"