Add important env variables
OPENAI_API_KEY is necessary for AI tagging, and DISABLE_SIGNUPS is very commonly needed.
This commit is contained in:
parent
1fc4c7872e
commit
d1604eacd3
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ services:
|
||||||
- NEXTAUTH_URL=${SERVICE_FQDN_HOARDER}
|
- NEXTAUTH_URL=${SERVICE_FQDN_HOARDER}
|
||||||
- MEILI_ADDR=http://meilisearch:7700
|
- MEILI_ADDR=http://meilisearch:7700
|
||||||
- BROWSER_WEB_URL=http://chrome:9222
|
- BROWSER_WEB_URL=http://chrome:9222
|
||||||
|
- OPENAI_API_KEY=${SERVICE_OPENAI_API_KEY}
|
||||||
|
- DISABLE_SIGNUPS=${SERVICE_DISABLE_SIGNUPS}
|
||||||
- DATA_DIR=/data
|
- DATA_DIR=/data
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
|
|
@ -41,4 +43,4 @@ services:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:7700/health"]
|
test: ["CMD", "curl", "-f", "http://127.0.0.1:7700/health"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 15
|
retries: 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue