mirror of
https://github.com/QingdaoU/OnlineJudgeDeploy.git
synced 2024-12-28 07:21:56 +00:00
feat: release 1.6.1
This commit is contained in:
parent
f98842c67e
commit
258b811c3f
@ -18,7 +18,7 @@ services:
|
|||||||
- POSTGRES_PASSWORD=onlinejudge
|
- POSTGRES_PASSWORD=onlinejudge
|
||||||
|
|
||||||
oj-judge:
|
oj-judge:
|
||||||
image: registry.cn-hongkong.aliyuncs.com/oj-image/judge:1.6.0
|
image: registry.cn-hongkong.aliyuncs.com/oj-image/judge:1.6.1
|
||||||
restart: always
|
restart: always
|
||||||
read_only: true
|
read_only: true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
@ -41,7 +41,7 @@ services:
|
|||||||
# - judger_debug=1
|
# - judger_debug=1
|
||||||
|
|
||||||
oj-backend:
|
oj-backend:
|
||||||
image: registry.cn-hongkong.aliyuncs.com/oj-image/backend:1.6.0
|
image: registry.cn-hongkong.aliyuncs.com/oj-image/backend:1.6.1
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- oj-redis
|
- oj-redis
|
||||||
|
Loading…
Reference in New Issue
Block a user