Add important env variables

OPENAI_API_KEY is necessary for AI tagging, and DISABLE_SIGNUPS is very commonly needed.
This commit is contained in:
David R
2024-11-17 10:29:26 -05:00
committed by GitHub
parent 1fc4c7872e
commit d1604eacd3

View File

@@ -16,6 +16,8 @@ services:
- NEXTAUTH_URL=${SERVICE_FQDN_HOARDER}
- MEILI_ADDR=http://meilisearch:7700
- BROWSER_WEB_URL=http://chrome:9222
- OPENAI_API_KEY=${SERVICE_OPENAI_API_KEY}
- DISABLE_SIGNUPS=${SERVICE_DISABLE_SIGNUPS}
- DATA_DIR=/data
chrome: