mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
198b2f8f96
To make it work as before, some env variables are necessary to be available to the consumedir container. It's only needed there, but since the env file exists, they are now listed there. Also partially reverts the consumedir.dockerfile. Using the base-image makes sure that all build images are created from the same sources.
11 lines
198 B
Bash
11 lines
198 B
Bash
TZ=Europe/Berlin
|
|
DOCSPELL_HEADER_VALUE=none
|
|
DB_TYPE=postgresql
|
|
DB_HOST=db
|
|
DB_PORT=5432
|
|
DB_NAME=dbname
|
|
DB_USER=dbuser
|
|
DB_PASS=dbpass
|
|
CONSUMEDIR_VERBOSE=y
|
|
CONSUMEDIR_INTEGRATION=y
|
|
CONSUMEDIR_POLLING=n |