chore(deps): update mzz2017/v2raya docker tag to v2.2.7.5 (#3649)
This commit is contained in:
52
apps/v2raya/2.2.7.5/data.yml
Normal file
52
apps/v2raya/2.2.7.5/data.yml
Normal file
@@ -0,0 +1,52 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 2017
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI Port
|
||||
label:
|
||||
en: WebUI port
|
||||
zh: WebUI 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: 20170
|
||||
edit: true
|
||||
envKey: SOCKS5_PROXY_PORT
|
||||
labelZh: Socks5 代理端口
|
||||
labelEn: Socks5 Proxy Port
|
||||
label:
|
||||
en: Socks5 Proxy Port
|
||||
zh: Socks5 代理端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: 20171
|
||||
edit: true
|
||||
envKey: HTTP_PROXY_PORT
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
label:
|
||||
en: HTTP Proxy Port
|
||||
zh: HTTP 代理端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: 20172
|
||||
edit: true
|
||||
envKey: HTTP_SHUNT_PROXY_PORT
|
||||
labelZh: HTTP 代理端口(带分流规则)
|
||||
labelEn: HTTP Port(Usage Shunt Rule)
|
||||
label:
|
||||
en: HTTP Port
|
||||
zh: HTTP 代理端口
|
||||
description:
|
||||
en: Usage Shunt Rule
|
||||
zh: 带分流规则
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
28
apps/v2raya/2.2.7.5/docker-compose.yml
Normal file
28
apps/v2raya/2.2.7.5/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
v2raya:
|
||||
image: mzz2017/v2raya:v2.2.7.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
privileged: true
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:2017
|
||||
- ${SOCKS5_PROXY_PORT}:20170
|
||||
- ${HTTP_PROXY_PORT}:20171
|
||||
- ${HTTP_SHUNT_PROXY_PORT}:20172
|
||||
volumes:
|
||||
- ./v2raya:/etc/v2raya
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /lib/modules:/lib/modules:ro
|
||||
environment:
|
||||
- V2RAYA_ADDRESS=0.0.0.0:2017
|
||||
- V2RAYA_LOG_FILE=/tmp/v2raya.log
|
||||
- V2RAYA_PLUGINLISTENPORT=32346
|
||||
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
||||
Reference in New Issue
Block a user