Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
新疆萌森软件开发工作室 2024-12-06 17:54:46 +08:00
commit 9df2f85cd9
36 changed files with 10 additions and 22 deletions

View File

@ -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"

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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: