Fix: change dashboard port to prevent clashing
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 1m44s

This commit is contained in:
2026-08-10 18:05:28 +08:00
parent 464160d7e2
commit d41aef0898
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ IMAGE_TAG=v1.0.0
# ---- exposed ports on the production host ----
API_PORT=5270
GATEWAY_PORT=5081
DASHBOARD_PORT=8080
DASHBOARD_PORT=8088
DASHBOARD_ORIGIN=https://vigilcare.example.com
# ---- external PostgreSQL ----