fix(infra): deploy Ollama to prod/staging compose + fix broken model-init recipe #759
@@ -625,7 +625,7 @@ To switch to a newer model version (e.g. a future release of `qwen2.5`):
|
|||||||
```bash
|
```bash
|
||||||
docker volume rm familienarchiv_ollama_models
|
docker volume rm familienarchiv_ollama_models
|
||||||
```
|
```
|
||||||
(In production the volume name is prefixed with the compose project: `archiv-production_ollama_models`.)
|
(In production the volume name is prefixed with the compose project: `archiv-production_ollama-models`.)
|
||||||
3. Restart the stack:
|
3. Restart the stack:
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user