updated settings: docker image runs without ENV variables

This commit is contained in:
Jonas Winkler
2020-11-03 12:23:24 +01:00
parent 749d152347
commit 64ee9a4941
4 changed files with 24 additions and 23 deletions

View File

@@ -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