Add Dashboard
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
0
stack/entrance-website.yml
Normal file
0
stack/entrance-website.yml
Normal 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user