Add Dashboard

This commit is contained in:
ChenKaiLiuG
2025-12-04 11:31:45 +08:00
parent 0101e553a9
commit 6a2be5c95b
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
version: "3.8"
services:
dashy:
image: lissy93/dashy:latest
container_name: Dashy
# 掛載您的 Dashy 配置檔案
volumes:
- ./conf.yml:/app/user-data/conf.yml
- dashy_data:/app/user-data
ports:
- "9070:8080"
environment:
- NODE_ENV=production
restart: unless-stopped
# 健康檢查
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
volumes:
dashy_data:

View File

View File

@@ -27,7 +27,7 @@ services:
volumes: volumes:
- open-webui-data:/app/backend/data - open-webui-data:/app/backend/data
ports: ports:
- "9070:8080" - "9060:8080"
environment: environment:
- OLLAMA_BASE_URL=http://ollama:11434 - OLLAMA_BASE_URL=http://ollama:11434