chore(ci): add offline container deployment pipeline
This commit is contained in:
+7
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user