From b7030c00e25ca2257a816286a8ad493dcec6604d Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 22 Nov 2023 12:58:14 -0800 Subject: [PATCH] feat: disabled auth by default --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 883833560..de66ea953 100644 --- a/compose.yaml +++ b/compose.yaml @@ -46,9 +46,9 @@ services: - 3000:8080 environment: - "OLLAMA_API_BASE_URL=http://ollama:11434/api" - - "WEBUI_AUTH=TRUE" - - "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/" - - "WEBUI_JWT_SECRET_KEY=SECRET_KEY" + # - "WEBUI_AUTH=TRUE" + # - "WEBUI_DB_URL=mongodb://root:example@ollama-webui-db:27017/" + # - "WEBUI_JWT_SECRET_KEY=SECRET_KEY" extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped