auto: sync 2026-05-28

This commit is contained in:
2026-05-28 10:01:56 +02:00
parent 5d3187181d
commit 0f174ae967
14 changed files with 448 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
paperless-ai:
image: clusterzx/paperless-ai
container_name: paperless-ai
network_mode: bridge
restart: unless-stopped
cap_drop:
- ALL
security_opt:
- no-new-privileges=true
environment:
- PUID=997
- PGID=988
- PAPERLESS_AI_PORT=${PAPERLESS_AI_PORT:-3000}
#- RAG_SERVICE_URL=http://localhost:8000
- RAG_SERVICE_ENABLED=true
ports:
- 15002:${PAPERLESS_AI_PORT:-3000}
volumes:
- /mnt/pve/unas/services/paperless-ai:/app/data
networks: {}