mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Working openwebui deployment for testing
This commit is contained in:
13
devenv.nix
13
devenv.nix
@@ -9,12 +9,13 @@
|
||||
|
||||
languages.python = {
|
||||
enable = true;
|
||||
uv = {
|
||||
enable = true;
|
||||
sync = {
|
||||
enable = true;
|
||||
allExtras = true;
|
||||
};
|
||||
uv.enable = true;
|
||||
};
|
||||
|
||||
tasks = {
|
||||
"eng-assistant:deploy-stack" = {
|
||||
exec = "docker compose up -d";
|
||||
before = ["devenv:enterShell"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user