apps/open-webui/docker-compose.json hinzugefügt
This commit is contained in:
parent
d61df14955
commit
341cf220aa
21
apps/open-webui/docker-compose.json
Normal file
21
apps/open-webui/docker-compose.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"image": "ghcr.io/open-webui/open-webui:v0.6.18",
|
||||||
|
"name": "open-webui",
|
||||||
|
"internalPort": 8080,
|
||||||
|
"isMain": true,
|
||||||
|
"volumes": [
|
||||||
|
{
|
||||||
|
"hostPath": "${APP_DATA_DIR}/data",
|
||||||
|
"containerPath": "/app/backend/data"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"environment": {
|
||||||
|
"OLLAMA_BASE_URL": "${OPENWEBUI_OLLAMA_URL}",
|
||||||
|
"OPENAI_API_KEY": "${OPENWEBUI_OPENAI_KEY}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$schema": "../dynamic-compose-schema.json"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user