File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,23 @@ services:
5656 - gotenberg
5757 - tika
5858 volumes :
59- - data:/usr/src/paperless/data
60- - media:/usr/src/paperless/media
6159 - ./export:/usr/src/paperless/export
62- - ./consume:/usr/src/paperless/consume
60+ # For documentation about these, see README.md
61+ - /home/offby1/Dropbox/Documents/paperless:/media
62+ - /home/offby1/Dropbox/Documents/incoming:/incoming
6363 env_file : docker-compose.env
6464 environment :
6565 PAPERLESS_REDIS : redis://localhost:6379
6666 PAPERLESS_DBHOST : localhost
6767 PAPERLESS_TIKA_ENABLED : 1
6868 PAPERLESS_TIKA_GOTENBERG_ENDPOINT : http://localhost:3000
6969 PAPERLESS_TIKA_ENDPOINT : http://localhost:9998
70+ PAPERLESS_CONSUMPTION_DIR : /incoming
71+ PAPERLESS_MEDIA_ROOT : /media
72+ PAPERLESS_DATA_ROOT : /media
73+ PAPERLESS_FILENAME_FORMAT : " {{created}} / {{ title or original_name }}"
74+ # PAPERLESS_CONSUMER_POLLING: 10
75+ PAPERLESS_CONSUMER_RECURSIVE : true
7076 gotenberg :
7177 image : docker.io/gotenberg/gotenberg:8.24
7278 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments