Cannot get taskcafe.toml config to work #107
-
Hey! Since I'm not seeing full support for all config items through env variables (I want to configure email) I'm trying to get it to work with the I mount the config file as follows:
Unfortunately, it doesn't see or load the config file. Postgres reports errors during authentication:
How can I fix this? Or are all the config parameters supported through env variables? Thanks by the way for creating this, am looking forward to putting it to good use!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
All config variables can be set either through the config file or through env variables. However if you still want to use the config file then I'm pretty sure you need to to mount it to this path: |
Beta Was this translation helpful? Give feedback.
-
If anyone can help explain in details on what part of the docker compose file to add the new mount it would be very helpful. where is the mount added and how?
|
Beta Was this translation helpful? Give feedback.
All config variables can be set either through the config file or through env variables.
However if you still want to use the config file then I'm pretty sure you need to to mount it to this path:
/root/conf/taskcafe.toml