apps/paperless-gpt/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-07 18:04:01 +00:00
parent c58790ce37
commit 7e4e35b13b
+7 -14
View File
@@ -8,34 +8,29 @@ services:
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- PAPERLESS_BASE_URL=http://paperless:8000
# Paperless
- 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}
# Tags
- MANUAL_TAG=paperless-gpt - MANUAL_TAG=paperless-gpt
- AUTO_TAG=paperless-gpt-auto - AUTO_TAG=paperless-gpt-auto
# LLM
- LLM_PROVIDER=openai - LLM_PROVIDER=openai
- LLM_MODEL=gpt-4o - LLM_MODEL=gpt-4o-mini
- OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_API_KEY=${OPENAI_API_KEY}
- LLM_LANGUAGE=German - LLM_LANGUAGE=German
# OCR
- OCR_PROVIDER=llm - OCR_PROVIDER=llm
- VISION_LLM_PROVIDER=openai - VISION_LLM_PROVIDER=openai
- VISION_LLM_MODEL=gpt-4o - VISION_LLM_MODEL=gpt-4o-mini
- OCR_PROCESS_MODE=image - OCR_PROCESS_MODE=image
volumes: volumes:
- /mnt/user/appdata/paperless-gpt/data:/app/data - /mnt/user/appdata/paperless-gpt/data:/app/data
- /mnt/user/appdata/paperless-gpt/prompts:/app/prompts - /mnt/user/appdata/paperless-gpt/prompts:/app/prompts
dns:
- 1.1.1.1
- 8.8.8.8
networks: networks:
- backend_net
- frontend_net - frontend_net
labels: labels:
@@ -49,7 +44,5 @@ services:
- traefik.http.services.paperless-gpt.loadbalancer.server.port=8080 - traefik.http.services.paperless-gpt.loadbalancer.server.port=8080
networks: networks:
backend_net:
external: true
frontend_net: frontend_net:
external: true external: true