chore(ci): add offline container deployment pipeline
CI / Backend (push) Failing after 8m3s
CI / Deployment Config (push) Successful in 6s
CI / Frontend (push) Successful in 4m4s

This commit is contained in:
2026-04-30 23:29:15 +08:00
parent f3679e6176
commit 22163edbee
13 changed files with 472 additions and 58 deletions
+7 -5
View File
@@ -27,8 +27,10 @@ MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
# ─── Optional: Exposed ports ─────────────────────────────────────────────────
FRONTEND_PORT=80
API_PORT=8080
OPS_API_PORT=8090
RABBITMQ_MGMT_PORT=15672
MINIO_CONSOLE_PORT=9001
# Defaults avoid common NAS ports such as 80, 8080, and 8090.
FRONTEND_PORT=18080
API_PORT=18081
OPS_WEB_PORT=18082
OPS_API_PORT=18090
RABBITMQ_MGMT_PORT=15673
MINIO_CONSOLE_PORT=19001