فهرست منبع

feat: disabled auth by default

Timothy J. Baek 1 سال پیش
والد
کامیت
b7030c00e2
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      compose.yaml

+ 3 - 3
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