mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -29,3 +29,10 @@ additionalProperties:
|
|||||||
labelEn: Admin Password
|
labelEn: Admin Password
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: HTTP_PROXY
|
||||||
|
labelZh: 网络代理
|
||||||
|
labelEn: Network Proxy
|
||||||
|
required: false
|
||||||
|
type: text
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=${CONTAINER_NAME}
|
- APP_NAME=${CONTAINER_NAME}
|
||||||
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
dpanel-plugin-explorer:
|
dpanel-plugin-explorer:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
container_name: dpanel-plugin-explorer
|
container_name: dpanel-plugin-explorer
|
||||||
|
|||||||
@@ -45,3 +45,10 @@ additionalProperties:
|
|||||||
labelEn: Admin Password
|
labelEn: Admin Password
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: HTTP_PROXY
|
||||||
|
labelZh: 网络代理
|
||||||
|
labelEn: Network Proxy
|
||||||
|
required: false
|
||||||
|
type: text
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=${CONTAINER_NAME}
|
- APP_NAME=${CONTAINER_NAME}
|
||||||
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
dpanel-plugin-explorer:
|
dpanel-plugin-explorer:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
container_name: dpanel-plugin-explorer
|
container_name: dpanel-plugin-explorer
|
||||||
|
|||||||
Reference in New Issue
Block a user