diff --git a/apps/ollama-cpu/docker-compose.json b/apps/ollama-cpu/docker-compose.json new file mode 100644 index 0000000..5c7de16 --- /dev/null +++ b/apps/ollama-cpu/docker-compose.json @@ -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" +} \ No newline at end of file