1
0
This commit is contained in:
2026-01-23 14:05:19 +08:00
parent 74b0f4ba55
commit f5d3229b7c
3 changed files with 92 additions and 110 deletions

View File

@@ -9,25 +9,25 @@ services:
- "${OLLAMA_PORT:-11434}:11434"
restart: "no"
ai-qdrant:
container_name: ai-qdrant
image: qdrant/qdrant
env_file: .env
ports:
- "${QDRANT_PORT:-6333}:6333"
volumes:
- ./.data/qdrant/storage:/qdrant/storage
restart: "no"
profiles: ["rag"]
# ai-qdrant:
# container_name: ai-qdrant
# image: qdrant/qdrant
# env_file: .env
# ports:
# - "${QDRANT_PORT:-6333}:6333"
# volumes:
# - ./.data/qdrant/storage:/qdrant/storage
# restart: "no"
# profiles: ["rag"]
ai-webui:
container_name: ai-webui
image: ghcr.io/open-webui/open-webui:main
env_file: .env
volumes:
- ./.data/webui:/app/backend/data
ports:
- "${OWEBUI_PORT:-9999}:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
restart: "no"
# ai-webui:
# container_name: ai-webui
# image: ghcr.io/open-webui/open-webui:main
# env_file: .env
# volumes:
# - ./.data/webui:/app/backend/data
# ports:
# - "${OWEBUI_PORT:-9999}:8080"
# extra_hosts:
# - "host.docker.internal:host-gateway"
# restart: "no"