opus is dumb

This commit is contained in:
2026-03-13 18:14:50 +00:00
parent d6d5b33d4c
commit 7045dee36e
3 changed files with 54 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
volumes = [
"paperless-gpt-data:/app/data"
"paperless-gpt-prompts:/app/prompts"
"${./paperless-gpt-prompts/tag_prompt.tmpl}:/app/prompts/tag_prompt.tmpl:ro"
"${./paperless-gpt-prompts/title_prompt.tmpl}:/app/prompts/title_prompt.tmpl:ro"
];
environment = {
PAPERLESS_BASE_URL = "http://host.docker.internal:${toString config.services.paperless.port}";