Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-02 01:37:51 +00:00
parent 25f913d9e7
commit 9de01484b1
44 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: sn0wl1n/ech0:v2.6.3
image: sn0wl1n/ech0:v2.6.4
labels:
createdBy: Apps
networks:
@@ -3,13 +3,13 @@ networks:
external: true
services:
nodebb:
container_name: 4.5.2
container_name: 4.6.0
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.5.2
image: ghcr.io/nodebb/nodebb:4.6.0
labels:
createdBy: Apps
networks:
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: ghcr.io/nodebb/nodebb:4.5.2
image: ghcr.io/nodebb/nodebb:4.6.0
labels:
createdBy: Apps
networks:
@@ -10,7 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- PORT=${PANEL_APP_PORT_HTTP}
image: ghcr.io/nodepassproject/nodepassdash:3.1.0
image: ghcr.io/nodepassproject/nodepassdash:3.1.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -14,7 +14,7 @@ services:
- TZ=Asia/Shanghai
- DATABASE_TYPE=postgres
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@telegram_search_pgvector:5432/${POSTGRES_DATABASE}
image: ghcr.io/groupultra/telegram-search:1.1.10
image: ghcr.io/groupultra/telegram-search:1.1.11
labels:
createdBy: Apps
networks: