Skip to main content

Create .env

 Create .docker-compose.env and post bellow text (make sure you removed quote from begging)

Update bellow parameter with your define value 
PAPERLESS_ALLOWED_HOSTS
PAPERLESS_CSRF_TRUSTED_ORIGINS

 

###############################################################################
# YouPaperless-ngx cansettings                                                      find#
###############################################################################

documentation

# See http://docs.paperless-ngx.com/configuration/ for all theavailable supported env variables at https://immich.app/docs/install/environment-variablesoptions.

# The locationUID whereand GID of the user used to run paperless in the container. Set this
# to your uploadedUID filesand areGID storedon the host so that you have write access to the
UPLOAD_LOCATION=./library# consumption directory.
#USERMAP_UID=1000
#USERMAP_GID=1000

# TheSee locationthe wheredocumentation yourlinked databaseabove filesfor all options. A few commonly adjusted settings
# are stored.provided Networkbelow.

shares

# areThis notis supportedrequired if you will be exposing Paperless-ngx on a public domain
# (if doing so please consider security measures such as reverse proxy)
#PAPERLESS_URL=https://paperless.example.com

# Adjust this key if you plan to make paperless available publicly. It should
# be a very long sequence of random characters. You don't need to remember it.
#PAPERLESS_SECRET_KEY=change-me

# Use this variable to set a timezone for the database
DB_DATA_LOCATION=./postgres

Paperless

#Docker Tocontainers. set a timezone, uncomment the next line and change Etc/UTCDefaults to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#ListUTC.
 TZ=PAPERLESS_TIME_ZONE=Asia/Kolkata

# The Immichdefault versionlanguage to use.use Youfor canOCR. pinSet this to athe specificlanguage versionmost likeof "v1.71.0"your
IMMICH_VERSION=release# documents are written in.
#PAPERLESS_OCR_LANGUAGE=eng

# ConnectionAdditional secretlanguages to install for postgres.text Yourecognition, shouldseparated change it toby a random passwordwhitespace.
# PleaseNote usethat onlythis is different from PAPERLESS_OCR_LANGUAGE (default=eng), which defines
# the characterslanguage `A-Za-z0-9`,used withoutfor special characters or spacesOCR.
DB_PASSWORD=postgres

# The valuescontainer belowinstalls thisEnglish, lineGerman, doItalian, notSpanish needand toFrench beby changeddefault.
#################################################################################### See https://packages.debian.org/search?keywords=tesseract-ocr-&searchon=names&suite=buster
DB_USERNAME=postgres# for available languages.
DB_DATABASE_NAME=immich#PAPERLESS_OCR_LANGUAGES=tur ces
OCR_ENABLED=true

IMMICH_TRANSCODE_BITRATE=3000k#PAPERLESS_CONSUMER_POLLING=10
PAPERLESS_ALLOWED_HOSTS=docs.hrdtechnology.com,localhost,127.0.0.1
PAPERLESS_CSRF_TRUSTED_ORIGINS=https://docs.hrdtechnology.com,https://hrdtechnology.com