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

@@ -10,7 +10,14 @@
# By default, sqlite is used as the database backend. This can be changed here.
# The docker-compose service definition uses a postgresql server. The
# configuration for this is already done inside the docker-compose.env file.
#PAPERLESS_DBENGINE="django.db.backends.postgresql_psycopg2"
#Set PAPERLESS_DBHOST and postgresql will be used instead of mysql.
#PAPERLESS_DBHOST="localhost"
#Adjust port if necessary
#PAPERLESS_DBPORT=
#name, user and pass all default to "paperless"
#PAPERLESS_DBNAME="paperless"
#PAPERLESS_DBUSER="paperless"
#PAPERLESS_DBPASS="paperless"