apps/paperless-gpt/docker-compose.yml aktualisiert
This commit is contained in:
@@ -8,34 +8,29 @@ services:
|
||||
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
|
||||
# Paperless
|
||||
- PAPERLESS_BASE_URL=http://paperless-ngx:8000
|
||||
- PAPERLESS_BASE_URL=http://paperless:8000
|
||||
- PAPERLESS_PUBLIC_URL=https://paperless.kaleschke.info
|
||||
- PAPERLESS_API_TOKEN=${PAPERLESS_API_TOKEN}
|
||||
|
||||
# Tags
|
||||
- MANUAL_TAG=paperless-gpt
|
||||
- AUTO_TAG=paperless-gpt-auto
|
||||
|
||||
# LLM
|
||||
- LLM_PROVIDER=openai
|
||||
- LLM_MODEL=gpt-4o
|
||||
- LLM_MODEL=gpt-4o-mini
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- LLM_LANGUAGE=German
|
||||
|
||||
# OCR
|
||||
- OCR_PROVIDER=llm
|
||||
- VISION_LLM_PROVIDER=openai
|
||||
- VISION_LLM_MODEL=gpt-4o
|
||||
- VISION_LLM_MODEL=gpt-4o-mini
|
||||
- OCR_PROCESS_MODE=image
|
||||
|
||||
volumes:
|
||||
- /mnt/user/appdata/paperless-gpt/data:/app/data
|
||||
- /mnt/user/appdata/paperless-gpt/prompts:/app/prompts
|
||||
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
networks:
|
||||
- backend_net
|
||||
- frontend_net
|
||||
|
||||
labels:
|
||||
@@ -49,7 +44,5 @@ services:
|
||||
- traefik.http.services.paperless-gpt.loadbalancer.server.port=8080
|
||||
|
||||
networks:
|
||||
backend_net:
|
||||
external: true
|
||||
frontend_net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user