mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-22 19:31:16 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
9df2f85cd9
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nezha-dash:
|
nezha-dash:
|
||||||
image: hamster1963/nezha-dash:v1.7.1
|
image: hamster1963/nezha-dash:v1.7.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -23,7 +23,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
rsshub:
|
rsshub:
|
||||||
image: diygod/rsshub:2024-12-05
|
image: diygod/rsshub:2024-12-06
|
||||||
container_name: rsshub-${CONTAINER_NAME}
|
container_name: rsshub-${CONTAINER_NAME}
|
||||||
depends_on:
|
depends_on:
|
||||||
- browserless
|
- browserless
|
@ -19,7 +19,7 @@ services:
|
|||||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||||
image: hamster1963/nezha-dash:v1.7.1
|
image: hamster1963/nezha-dash:v1.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -57,7 +57,7 @@ services:
|
|||||||
- -f
|
- -f
|
||||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
image: diygod/rsshub:2024-12-05
|
image: diygod/rsshub:2024-12-06
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -8,14 +8,11 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- V2RAYA_ADDRESS=:::${PANEL_APP_PORT_HTTP}
|
- V2RAYA_ADDRESS=0.0.0.0:${PANEL_APP_PORT_HTTP}
|
||||||
- V2RAYA_PLUGINLISTENPORT=${PANEL_APP_PORT_PLUGIN}
|
- V2RAYA_PLUGINLISTENPORT=${PANEL_APP_PORT_PLUGIN}
|
||||||
- V2RAYA_CONFIG=/etc/v2raya
|
|
||||||
- V2RAYA_WEBDIR=/etc/v2raya/web
|
|
||||||
- IPTABLES_MODE=legacy
|
- IPTABLES_MODE=legacy
|
||||||
- V2RAYA_NFTABLES_SUPPORT=off
|
- V2RAYA_NFTABLES_SUPPORT=off
|
||||||
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
||||||
- V2RAYA_LOG_FILE=/tmp/v2raya.log
|
|
||||||
image: mzz2017/v2raya:v2.2.6.3
|
image: mzz2017/v2raya:v2.2.6.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -8,11 +8,8 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- V2RAYA_ADDRESS=:::2017
|
- V2RAYA_ADDRESS=0.0.0.0:2017
|
||||||
- V2RAYA_PLUGINLISTENPORT=32346
|
- V2RAYA_PLUGINLISTENPORT=32346
|
||||||
- V2RAYA_CONFIG=/etc/v2raya
|
|
||||||
- V2RAYA_WEBDIR=/etc/v2raya/web
|
|
||||||
- V2RAYA_LOG_FILE=/tmp/v2raya.log
|
|
||||||
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
||||||
image: mzz2017/v2raya:v2.2.6.3
|
image: mzz2017/v2raya:v2.2.6.3
|
||||||
labels:
|
labels:
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||||
image: hamster1963/nezha-dash:v1.7.1
|
image: hamster1963/nezha-dash:v1.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
@ -57,7 +57,7 @@ services:
|
|||||||
- -f
|
- -f
|
||||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
image: diygod/rsshub:2024-12-05
|
image: diygod/rsshub:2024-12-06
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
@ -8,14 +8,11 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- V2RAYA_ADDRESS=:::${PANEL_APP_PORT_HTTP}
|
- V2RAYA_ADDRESS=0.0.0.0:${PANEL_APP_PORT_HTTP}
|
||||||
- V2RAYA_PLUGINLISTENPORT=${PANEL_APP_PORT_PLUGIN}
|
- V2RAYA_PLUGINLISTENPORT=${PANEL_APP_PORT_PLUGIN}
|
||||||
- V2RAYA_CONFIG=/etc/v2raya
|
|
||||||
- V2RAYA_WEBDIR=/etc/v2raya/web
|
|
||||||
- IPTABLES_MODE=legacy
|
- IPTABLES_MODE=legacy
|
||||||
- V2RAYA_NFTABLES_SUPPORT=off
|
- V2RAYA_NFTABLES_SUPPORT=off
|
||||||
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
||||||
- V2RAYA_LOG_FILE=/tmp/v2raya.log
|
|
||||||
image: mzz2017/v2raya:v2.2.6.3
|
image: mzz2017/v2raya:v2.2.6.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -8,11 +8,8 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- V2RAYA_ADDRESS=:::2017
|
- V2RAYA_ADDRESS=0.0.0.0:2017
|
||||||
- V2RAYA_PLUGINLISTENPORT=32346
|
- V2RAYA_PLUGINLISTENPORT=32346
|
||||||
- V2RAYA_CONFIG=/etc/v2raya
|
|
||||||
- V2RAYA_WEBDIR=/etc/v2raya/web
|
|
||||||
- V2RAYA_LOG_FILE=/tmp/v2raya.log
|
|
||||||
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
- V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray
|
||||||
image: mzz2017/v2raya:v2.2.6.3
|
image: mzz2017/v2raya:v2.2.6.3
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user