Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
situ-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4d07818b
authored
2022-11-22 16:58:57 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update README
1 parent
e2c2004e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
README.md
bin/conf.sh
README.md
View file @
4d07818
...
...
@@ -94,6 +94,8 @@ bin/control.sh logs backend
-
backend logs
-
backend sanic worker num可配置
-
随机选择triton端口,该配置项无意义
-
取消java,更新接口及文档
-
取消java,更新接口及文档,完善响应结果
-
参数校验
-
多余的包
-
ASGI & supervisor ?
-
async ?
\ No newline at end of file
...
...
bin/conf.sh
View file @
4d07818
...
...
@@ -97,6 +97,8 @@ fi
# -v
BACKEND_CONTAINER_VOLUMES
=(
"
${
LOG_BASE_DIR
}
:/logs"
"
${
BACKEND_PYTHON_DIR
}
:/app"
"
${
LICENSE_DIR
}
:/license"
)
BACKEND_VOLUMES_OPTION
=
""
if
((
${#
BACKEND_CONTAINER_VOLUMES
[@]
}
> 0
))
;
then
...
...
@@ -105,7 +107,7 @@ if (( ${#BACKEND_CONTAINER_VOLUMES[@]} > 0 )); then
fi
# -p
BACKEND_CONTAINER_PORTS
=(
"
${
BACKEND_PORT
}
:
9002
"
"
${
BACKEND_PORT
}
:
80
"
)
BACKEND_PORTS_OPTION
=
""
if
((
${#
BACKEND_CONTAINER_PORTS
[@]
}
> 0
))
;
then
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment