1
0

fix: 更新Docker构建脚本

This commit is contained in:
TsMask
2025-05-19 19:00:59 +08:00
parent ccad67ca7a
commit ac23c3a9f1
8 changed files with 155 additions and 38 deletions

View File

@@ -0,0 +1,15 @@
# Paths
export BASE_DIR="/usr/local/etc/omc"
export DATA_DIR="/usr/local/omc"
# OMC settings
export M_PARAM="${M_PARAM:std}"
export C_PARAM="${C_PARAM:-omc}"
# OMC Config settings
export API_HTTP_PORT="${API_HTTP_PORT:-33030}"
export API_HTTPS_PORT="${API_HTTPS_PORT:-33443}"
export WEB_HTTP_PORT="${WEB_HTTP_PORT:-80}"
export WEB_HTTPS_PORT="${WEB_HTTPS_PORT:-443}"
export CMD_EXTRA_FLAGS=""