mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 11:35:56 +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",
|
"$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": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
apifox-runner:
|
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}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
Loading…
x
Reference in New Issue
Block a user