mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
updated settings: docker image runs without ENV variables
This commit is contained in:
parent
9ce926df7f
commit
dc59e0f257
4 changed files with 24 additions and 23 deletions
|
|
@ -1,15 +1,6 @@
|
|||
# Database settings for paperless
|
||||
# If you want to use sqlite instead, remove these settings.
|
||||
PAPERLESS_DBENGINE="django.db.backends.postgresql_psycopg2"
|
||||
# If you want to use sqlite instead, remove this setting.
|
||||
PAPERLESS_DBHOST="db"
|
||||
PAPERLESS_DBNAME="paperless"
|
||||
PAPERLESS_DBUSER="paperless"
|
||||
PAPERLESS_DBPASS="paperless"
|
||||
|
||||
# DONT EDIT. Consumption directory. This is the location of the consumption
|
||||
# directory inside the container. If you want to modify the location of the
|
||||
# consumption folder on the host, edit the docker-compose.yml file instead.
|
||||
PAPERLESS_CONSUMPTION_DIR="../consume"
|
||||
|
||||
# The UID and GID of the user used to run paperless in the container. Set this
|
||||
# to your UID and GID on the host so that you have write access to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue