mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 03:17:58 +08:00
阿里云 Docker 镜像支持
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
25ed5e9da6
commit
6204416e88
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@ -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"
|
||||
],
|
||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user