diff --git a/apps/oracle/1.0.0/data.yml b/apps/oracle/1.0.0/data.yml deleted file mode 100644 index 79f1a5e..0000000 --- a/apps/oracle/1.0.0/data.yml +++ /dev/null @@ -1,37 +0,0 @@ -additionalProperties: - formFields: - - default: "ORCL" - edit: true - envKey: ORACLE_SID - labelEn: ORACLE_SID - labelZh: ORACLE_SID - required: true - type: text - - default: "ORCLPDB" - edit: true - envKey: ORACLE_PDB - labelEn: ORACLE_PDB - labelZh: ORACLE_PDB - required: true - type: text - - default: "orcl" - edit: true - envKey: ORACLE_PWD - labelEn: ORACLE_PWD - labelZh: ORACLE_PWD - required: true - type: text - - default: "standard" - edit: true - envKey: ORACLE_EDITION - labelEn: ORACLE_EDITION - labelZh: ORACLE_EDITION - required: false - type: text - - default: "ZHS16GBK" - edit: true - envKey: ORACLE_CHARACTERSET - labelEn: ORACLE_CHARACTERSET - labelZh: ORACLE_CHARACTERSET - required: true - type: text \ No newline at end of file diff --git a/apps/oracle/1.0.0/docker-compose.yml b/apps/oracle/1.0.0/docker-compose.yml deleted file mode 100644 index 054661d..0000000 --- a/apps/oracle/1.0.0/docker-compose.yml +++ /dev/null @@ -1,20 +0,0 @@ -services: - oracle: - image: registry.cn-hangzhou.aliyuncs.com/zhuyijun/oracle:19c - container_name: oracle - ports: - - "1525:1521" # 映射端口1521到宿主机的1525 - - "5500:5500" # 映射端口5500到宿主机的5500 - environment: - ORACLE_SID: ${ORACLE_SID} - ORACLE_PDB: ${ORACLE_PDB} - ORACLE_PWD: ${ORACLE_PWD} - ORACLE_EDITION: ${ORACLE_EDITION} - ORACLE_CHARACTERSET: ${ORACLE_CHARACTERSET}} - volumes: - - ./data/oracle/oradata:/opt/oracle/oradata # 挂载数据卷 - deploy: - mode: replicated -networks: - 1panel-network: - external: true \ No newline at end of file diff --git a/apps/oracle/README.md b/apps/oracle/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/apps/oracle/data.yml b/apps/oracle/data.yml deleted file mode 100644 index 735aeae..0000000 --- a/apps/oracle/data.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: oracle -tags: - - 中间件 -title: oracle -description: oracle -additionalProperties: - key: oracle - name: oracle - tags: - - Middleware - shortDescZh: oracle - shortDescEn: oracle - type: tool - crossVersionUpdate: false - limit: 1 - recommend: 0 - website: https://nacos.io/ - github: https://github.com/alibaba/nacos - document: https://nacos.io/docs/latest/what-is-nacos/ diff --git a/apps/oracle/logo.png b/apps/oracle/logo.png deleted file mode 100644 index 7614f21..0000000 Binary files a/apps/oracle/logo.png and /dev/null differ