阿里云 Docker 镜像支持

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-12-26 12:56:55 +08:00
parent 25ed5e9da6
commit 6204416e88
8 changed files with 15 additions and 1 deletions

14
.github/renovate.json vendored
View File

@ -1,5 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"docker": {
"enabled": true,
"registries": {
"ghcr.io": {
"url": "https://ghcr.io"
},
"hub.docker.com": {
"url": "https://registry.hub.docker.com"
},
"registry.cn-hangzhou.aliyuncs.com": {
"url": "https://registry.cn-hangzhou.aliyuncs.com"
}
}
},
"extends": [
"config:recommended"
],

View File

@ -4,7 +4,7 @@ networks:
services:
apifox-runner:
image: apifox/self-hosted-general-runner:latest
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"