Configuration Variables - Which Container(s) #271
-
Hello, In lieu of passing an .env file to each container, I'm passing variables from my master .env file in my compose folder. To that end, I'd like to know which container(s) specific variables need to get added to. Otherwise, I'll just add all of them to all 3 that are listed in the sample compose that declare the .env (meilisearch, workers, and web) but that will be very verbose. Thank you. Specifically, the default/required variables (meili master key, nextauth secret, nextauth url) as well as: disable signups, max asset size, inference text and image models, and any of the crawler configs. I saw this: #187 which answers the second half of my question, but I wanted to confirm on disable signups, max size, and the three primary required. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looking at: https://docs.hoarder.app/configuration
hope this answers your question. We probably should add them to the docs. |
Beta Was this translation helpful? Give feedback.
Looking at: https://docs.hoarder.app/configuration
hope this answers your question. We probably should add them to the docs.