apps/ollama-cpu/docker-compose.json hinzugefügt

This commit is contained in:
tipi 2025-08-11 10:30:41 +00:00
parent d4a9422d14
commit 6a9006d2ff

View File

@ -0,0 +1,17 @@
{
"services": [
{
"name": "ollama-cpu",
"image": "ollama/ollama:v0.11.4",
"isMain": true,
"internalPort": 11434,
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/.ollama",
"containerPath": "/root/.ollama"
}
]
}
],
"$schema": "../dynamic-compose-schema.json"
}