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