apps/paperless-gpt/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user