Files
ct104-stacks/paperless_ai/docker-compose.yml
T
2026-05-28 10:01:56 +02:00

22 lines
537 B
YAML

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: {}