perf: 同步任务模块

This commit is contained in:
fit2cloud-chenyw
2024-01-11 18:39:42 +08:00
parent 5d9b8462d2
commit c9a752e198
4 changed files with 16 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ env | grep DE_ >.env
mkdir -p ${DE_RUN_BASE}/{cache,logs,conf}
mkdir -p ${DE_RUN_BASE}/data/{mysql,static-resource,map,etcd_data,geo}
mkdir -p ${DE_RUN_BASE}/apisix/logs
mkdir -p ${DE_RUN_BASE}/task/logs
chmod 777 ${DE_RUN_BASE}/apisix/logs ${DE_RUN_BASE}/data/etcd_data
if [ "${DE_EXTERNAL_MYSQL}" = "false" ]; then