修复设计计算错误并优化分享
This commit is contained in:
parent
dd21623cb5
commit
30cdd05914
5 changed files with 916 additions and 28 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
- ./runtime/redis:/data
|
||||
|
||||
np-replica:
|
||||
image: np-app:v4.7
|
||||
image: 100.64.0.2:13000/lihato/np_app:v4.8
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
@ -45,7 +45,7 @@ services:
|
|||
GOTO_NUM_THREADS: 4
|
||||
|
||||
np-worker:
|
||||
image: np-app:v4.7
|
||||
image: 100.64.0.2:13000/lihato/np_app:v4.8
|
||||
container_name: np-worker
|
||||
restart: always
|
||||
mem_limit: 56g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue