add openwebui env file
This commit is contained in:
parent
20608300ae
commit
814aec297f
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
open-webui = {
|
open-webui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8080;
|
port = 8080;
|
||||||
|
environmentFile = "/mnt/data/ollama/.env";
|
||||||
environment = {
|
environment = {
|
||||||
OLLAMA_BASE_URL = "http://localhost:11434";
|
OLLAMA_BASE_URL = "http://localhost:11434";
|
||||||
# WEBUI_AUTH = "False";
|
# WEBUI_AUTH = "False";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue