feat: 回滚 OceanBase 版本至 v4.2.1

This commit is contained in:
wanghe-fit2cloud 2024-04-03 10:58:54 +08:00
parent 5b418ab6de
commit 92b7e49d10
5 changed files with 28 additions and 36 deletions

View File

@ -1,12 +1,5 @@
additionalProperties:
formFields:
- default: ''
edit: true
envKey: OB_ROOT_PASSWORD
labelEn: password of sys@root
labelZh: SYS租户密码
required: false
type: password
- default: 2881
edit: true
envKey: PANEL_APP_PORT_HTTP
@ -15,25 +8,25 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: ''
edit: true
envKey: OB_INSTALL_PATH
labelEn: install_path
labelZh: 安装目录 (默认为1panel安装目录需要最少10G空间)
required: false
type: text
- default: 'test'
- default: 'oceanbase'
edit: true
envKey: OB_TENANT_NAME
labelEn: tenant_name
labelEn: TENANT NAME
labelZh: 租户名
required: true
rule: paramCommon
type: text
- default: ''
edit: true
envKey: OB_ROOT_PASSWORD
labelEn: Password of sys@root
labelZh: SYS 租户密码
required: false
type: password
- default: 6
edit: true
envKey: OB_MEMORY_LIMIT
labelEn: memory_limit
labelEn: MEMORY LIMIT
labelZh: 内存 (单位GB)
required: true
rule: paramPort
@ -41,7 +34,7 @@ additionalProperties:
- default: 5
edit: true
envKey: OB_DATAFILE_SIZE
labelEn: datafile_size
labelEn: DATAFILE SIZE
labelZh: 数据文件大小 (单位GB)
required: true
rule: paramPort
@ -49,7 +42,7 @@ additionalProperties:
- default: 5
edit: true
envKey: OB_LOG_DISK_SIZE
labelEn: log_disk_size
labelEn: LOG DISK SIZE
labelZh: 日志文件大小 (单位GB)
required: true
rule: paramPort

View File

@ -1,27 +1,26 @@
version: '3'
services:
oceanbase:
image: oceanbase/oceanbase-ce:4.3.0
services:
oceanbase:
image: oceanbase/oceanbase-ce:4.2.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2881
environment:
MODE: mini
OB_CLUSTER_NAME: ob_1panel
OB_MEMORY_LIMIT: ${OB_MEMORY_LIMIT}G
OB_DATAFILE_SIZE: ${OB_DATAFILE_SIZE}G
OB_LOG_DISK_SIZE: ${OB_LOG_DISK_SIZE}G
OB_ROOT_PASSWORD: ${OB_ROOT_PASSWORD}
OB_TENANT_NAME: ${OB_TENANT_NAME}
MODE: mini
OB_CLUSTER_NAME: ob_1panel
networks:
- 1panel-network
volumes:
- ${HOME_PATH:-./data/ob}:/root/ob
volumes:
- ./data/ob:/root/ob
- ./data/.obd:/root/.obd
ports:
- ${PANEL_APP_PORT_HTTP}:2881
labels:
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
networks:
1panel-network:
external: true

View File

@ -10,7 +10,7 @@
**qBittorrent** 是一款免费开源的 BitTorrent 客户端程序,用于下载和分享文件通过 BitTorrent 协议。它提供了一个直观的用户界面,支持多平台,包括 Windows、macOS、Linux、FreeBSD 等操作系统。
### 主要特点:
# 主要特点:
- **轻量级** qBittorrent 软件体积小,资源消耗低,运行稳定。
- **多平台支持** 用户可以在多个操作系统上使用 qBittorrent满足不同用户的需求。