Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
2025-05-01 20:45:18 +00:00
parent 7c407fac37
commit b76e05553d

View File

@ -83,7 +83,6 @@ services:
# RAG # RAG
CHUNK_SIZE: 1000 CHUNK_SIZE: 1000
CHUNK_OVERLAP: 100 CHUNK_OVERLAP: 100
CHROMA_DATABASE:
CHROMA_HTTP_HOST: chromadb CHROMA_HTTP_HOST: chromadb
CHROMA_HTTP_PORT: 8000 CHROMA_HTTP_PORT: 8000
@ -141,7 +140,6 @@ services:
volumes: volumes:
- chromadb:/data - chromadb:/data
environment: environment:
IS_PERSISTENT: TRUE
ALLOW_RESET: TRUE ALLOW_RESET: TRUE
networks: networks:
- shared_net - shared_net