Skip to content

Commit

Permalink
Merge pull request coollabsio#4322 from ptrsmk/patch-2
Browse files Browse the repository at this point in the history
Add important env variables
  • Loading branch information
peaklabs-dev authored Nov 19, 2024
2 parents b155290 + d1604ea commit 1173d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/compose/hoarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -41,4 +43,4 @@ services:
test: ["CMD", "curl", "-f", "http://127.0.0.1:7700/health"]
interval: 2s
timeout: 10s
retries: 15
retries: 15

0 comments on commit 1173d98

Please sign in to comment.