apps/paperless-gpt/docker-compose.yml aktualisiert
This commit is contained in:
@@ -9,13 +9,26 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
# Paperless intern / extern
|
# Paperless
|
||||||
- PAPERLESS_BASE_URL=http://paperless:8000
|
- PAPERLESS_BASE_URL=http://paperless-ngx:8000
|
||||||
- PAPERLESS_PUBLIC_URL=https://paperless.kaleschke.info
|
- PAPERLESS_PUBLIC_URL=https://paperless.kaleschke.info
|
||||||
- PAPERLESS_API_TOKEN=${PAPERLESS_API_TOKEN}
|
- PAPERLESS_API_TOKEN=${PAPERLESS_API_TOKEN}
|
||||||
|
|
||||||
# OpenAI
|
# Tags
|
||||||
|
- MANUAL_TAG=paperless-gpt
|
||||||
|
- AUTO_TAG=paperless-gpt-auto
|
||||||
|
|
||||||
|
# LLM
|
||||||
|
- LLM_PROVIDER=openai
|
||||||
|
- LLM_MODEL=gpt-4o
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
|
- LLM_LANGUAGE=German
|
||||||
|
|
||||||
|
# OCR
|
||||||
|
- OCR_PROVIDER=llm
|
||||||
|
- VISION_LLM_PROVIDER=openai
|
||||||
|
- VISION_LLM_MODEL=gpt-4o
|
||||||
|
- OCR_PROCESS_MODE=image
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/paperless-gpt/data:/app/data
|
- /mnt/user/appdata/paperless-gpt/data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user