Compare commits
2 Commits
9e149fe667
...
8c75d0fcda
| Author | SHA1 | Date | |
|---|---|---|---|
|
8c75d0fcda
|
|||
|
7bb8ef4567
|
@@ -1,12 +1,13 @@
|
||||
name: "Build certificates"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Note: this doesn't work on current gitea for some reason?
|
||||
build_certs:
|
||||
description: "Build certificates from scratch"
|
||||
type: "boolean"
|
||||
required: true
|
||||
default: false
|
||||
inputs:
|
||||
# Note: this doesn't work on current gitea for some reason?
|
||||
build_certs:
|
||||
description: "Build certificates from scratch"
|
||||
type: "boolean"
|
||||
required: true
|
||||
default: false
|
||||
schedule: "@weekly"
|
||||
env:
|
||||
TZ: "America/Chicago"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user