Compare commits

..

2 Commits

Author SHA1 Message Date
8c75d0fcda Pin ollama to specific version to avoid frequent restarts
All checks were successful
Deploy homelab / Deploy (push) Successful in 1s
2025-09-06 03:41:34 -05:00
7bb8ef4567 Update workflow file to match expected format 2025-09-06 03:41:14 -05:00
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
name: "Build certificates"
on:
workflow_dispatch:
inputs:
# Note: this doesn't work on current gitea for some reason?
build_certs:
description: "Build certificates from scratch"

View File

@@ -52,7 +52,7 @@ services:
networks:
- karakeep-int
ollama:
image: docker.io/ollama/ollama:latest
image: docker.io/ollama/ollama:0.11.10
volumes:
- .:/code
- /data/library/ollama/ollama:/root/.ollama