mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-03-04 12:14:26 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
parent
6cad60adb2
commit
9aeafe23b7
@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: qyg2297248353/ammds:v1.0.1
|
image: qyg2297248353/ammds:v1.0.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE}
|
network_mode: ${NETWORK_MODE}
|
@ -17,7 +17,7 @@ services:
|
|||||||
- NC_SMTP_SECURE=true
|
- NC_SMTP_SECURE=true
|
||||||
- NC_SMTP_IGNORE_TLS=false
|
- NC_SMTP_IGNORE_TLS=false
|
||||||
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
|
- 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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -26,5 +26,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:11434
|
- ${PANEL_APP_PORT_HTTP}:11434
|
||||||
restart: always
|
restart: always
|
||||||
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${OLLAMA_ROOT_PATH}/data:/root/.ollama
|
- ${OLLAMA_ROOT_PATH}/data:/root/.ollama
|
||||||
|
@ -2,14 +2,13 @@ additionalProperties:
|
|||||||
key: ollama
|
key: ollama
|
||||||
name: Ollama
|
name: Ollama
|
||||||
tags:
|
tags:
|
||||||
- WebSite
|
|
||||||
- AI
|
- AI
|
||||||
- Local
|
|
||||||
shortDescZh: 一站式大模型部署平台
|
shortDescZh: 一站式大模型部署平台
|
||||||
shortDescEn: Get up and running with large language models
|
shortDescEn: Get up and running with large language models
|
||||||
type: website
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 1
|
||||||
website: https://ollama.com/
|
website: https://ollama.com/
|
||||||
github: https://github.com/ollama/ollama/
|
github: https://github.com/ollama/ollama/
|
||||||
document: https://ollama.com/
|
document: https://ollama.com/
|
||||||
|
gpuSupport: true
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
- ENABLE_OLLAMA_API=True
|
- ENABLE_OLLAMA_API=True
|
||||||
- ENABLE_OPENAI_API=False
|
- ENABLE_OPENAI_API=False
|
||||||
- https_proxy=${http_proxy}
|
- 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:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
Loading…
x
Reference in New Issue
Block a user