Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-26 12:46:47 +00:00
parent d236cd9b4b
commit 7b05018d52
24 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: mdcng/mdc:1.5.1
image: mdcng/mdc:1.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:2.0.3
image: ghcr.io/nodepassproject/nodepassdash:2.0.4
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
@@ -18,7 +18,7 @@ services:
- OLLAMA_MAX_QUEUE=512
- OLLAMA_FLASH_ATTENTION=0
- OLLAMA_KV_CACHE_TYPE=f16
image: ollama/ollama:0.9.2
image: ollama/ollama:0.9.3
labels:
createdBy: Apps
networks: