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,12 +1,13 @@
name: "Build certificates" name: "Build certificates"
on: on:
workflow_dispatch: workflow_dispatch:
# Note: this doesn't work on current gitea for some reason? inputs:
build_certs: # Note: this doesn't work on current gitea for some reason?
description: "Build certificates from scratch" build_certs:
type: "boolean" description: "Build certificates from scratch"
required: true type: "boolean"
default: false required: true
default: false
schedule: "@weekly" schedule: "@weekly"
env: env:
TZ: "America/Chicago" TZ: "America/Chicago"

View File

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