mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-28 07:38:23 +00:00
Move consumedir entrypoint to docker and fix compose setup
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.
This commit is contained in:
@@ -6,3 +6,6 @@ DB_PORT=5432
|
||||
DB_NAME=dbname
|
||||
DB_USER=dbuser
|
||||
DB_PASS=dbpass
|
||||
CONSUMEDIR_VERBOSE=y
|
||||
CONSUMEDIR_INTEGRATION=y
|
||||
CONSUMEDIR_POLLING=n
|
Reference in New Issue
Block a user