mirror of
https://github.com/QingdaoU/OnlineJudgeDeploy.git
synced 2024-12-28 15:31:57 +00:00
feat: replace GHCR with Aliyun registry
This commit is contained in:
parent
712044e990
commit
f98842c67e
@ -18,7 +18,7 @@ services:
|
||||
- POSTGRES_PASSWORD=onlinejudge
|
||||
|
||||
oj-judge:
|
||||
image: ghcr.io/qingdaou/oj-judge:1.6.0
|
||||
image: registry.cn-hongkong.aliyuncs.com/oj-image/judge:1.6.0
|
||||
restart: always
|
||||
read_only: true
|
||||
cap_drop:
|
||||
@ -41,8 +41,7 @@ services:
|
||||
# - judger_debug=1
|
||||
|
||||
oj-backend:
|
||||
image: ghcr.io/qingdaou/oj-backend:1.6.0
|
||||
container_name: oj-backend
|
||||
image: registry.cn-hongkong.aliyuncs.com/oj-image/backend:1.6.0
|
||||
restart: always
|
||||
depends_on:
|
||||
- oj-redis
|
||||
|
Loading…
Reference in New Issue
Block a user