Skip to content

Commit

Permalink
Merge pull request #14 from rancher-sandbox/update-compose-file
Browse files Browse the repository at this point in the history
Update compose file
  • Loading branch information
jandubois authored Oct 31, 2024
2 parents 5838d1f + 4dc17c1 commit bc958d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- ./linux/searxng:/etc/searxng
restart: always
open-webui:
image: ghcr.io/open-webui/open-webui@sha256:caa86912d466525976110325f484b5b89074db189c15847b1a189fd9e1a4419a
image: ghcr.io/open-webui/open-webui@sha256:4dabf6994212b02e6651f129e39c513553016d519050ac951c195eccd3045cb9
ports:
- "11500:8080"
volumes:
Expand All @@ -17,6 +17,7 @@ services:
- WEBUI_SESSION_COOKIE_SAME_SITE=None
- WEBUI_SESSION_COOKIE_SECURE=True
- ENABLE_RAG_WEB_SEARCH=True
- ENABLE_EVALUATION_ARENA_MODELS=False
- RAG_WEB_SEARCH_ENGINE=searxng
- DEFAULT_MODELS=tinyllama
- SEARXNG_QUERY_URL=http://host.docker.internal:11505
Expand Down

0 comments on commit bc958d6

Please sign in to comment.