Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-20 18:26:33 +00:00
parent 7b881481bb
commit 1a640cd60c
30 changed files with 11 additions and 10 deletions

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: qyg2297248353/ammds:v1.0.1
image: qyg2297248353/ammds:v1.0.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@ -17,7 +17,7 @@ services:
- NC_SMTP_SECURE=true
- NC_SMTP_IGNORE_TLS=false
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
image: nocodb/nocodb:0.260.7
image: nocodb/nocodb:0.262.0
labels:
createdBy: Apps
networks:

View File

@ -26,5 +26,6 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:11434
restart: always
tty: true
volumes:
- ${OLLAMA_ROOT_PATH}/data:/root/.ollama

View File

@ -2,14 +2,13 @@ additionalProperties:
key: ollama
name: Ollama
tags:
- WebSite
- AI
- Local
shortDescZh: 一站式大模型部署平台
shortDescEn: Get up and running with large language models
type: website
type: tool
crossVersionUpdate: true
limit: 0
limit: 1
website: https://ollama.com/
github: https://github.com/ollama/ollama/
document: https://ollama.com/
gpuSupport: true

View File

@ -15,7 +15,7 @@ services:
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.5.14
image: ghcr.io/open-webui/open-webui:v0.5.15
labels:
createdBy: Apps
networks:

View File

@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: qyg2297248353/ammds:v1.0.1
image: qyg2297248353/ammds:v1.0.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}

View File

@ -17,7 +17,7 @@ services:
- NC_SMTP_SECURE=true
- NC_SMTP_IGNORE_TLS=false
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
image: nocodb/nocodb:0.260.7
image: nocodb/nocodb:0.262.0
labels:
createdBy: Apps
networks:

View File

@ -26,5 +26,6 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:11434
restart: always
tty: true
volumes:
- ${OLLAMA_ROOT_PATH}/data:/root/.ollama

View File

@ -15,7 +15,7 @@ services:
- ENABLE_OLLAMA_API=True
- ENABLE_OPENAI_API=False
- https_proxy=${http_proxy}
image: ghcr.io/open-webui/open-webui:v0.5.14
image: ghcr.io/open-webui/open-webui:v0.5.15
labels:
createdBy: Apps
networks: