refactor(service): karakeep naming and formatting
This commit is contained in:
Before Width: | Height: | Size: 842 B After Width: | Height: | Size: 842 B |
@@ -1,7 +1,7 @@
|
||||
# documentation: https://docs.karakeep.app/
|
||||
# slogan: A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
|
||||
# tags: media,read-it-later,pocket-alternative,omnivore-alternative,instapaper-alternative
|
||||
# logo: svgs/hoarder.svg
|
||||
# logo: svgs/karakeep.svg
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
@@ -11,13 +11,13 @@ services:
|
||||
- karakeep-data:/data
|
||||
environment:
|
||||
- SERVICE_FQDN_KARAKEEP
|
||||
- NEXTAUTH_URL=${SERVICE_FQDN_KARAKEEP}
|
||||
- NEXTAUTH_SECRET=${SERVICE_PASSWORD_KARAKEEPNEXTAUTH}
|
||||
- MEILI_MASTER_KEY=${SERVICE_PASSWORD_MEILI}
|
||||
- NEXTAUTH_URL=${SERVICE_FQDN_KARAKEEP}
|
||||
- MEILI_ADDR=http://meilisearch:7700
|
||||
- BROWSER_WEB_URL=http://chrome:9222
|
||||
- OPENAI_API_KEY=${SERVICE_OPENAI_API_KEY}
|
||||
- DISABLE_SIGNUPS=${SERVICE_DISABLE_SIGNUPS}
|
||||
- DISABLE_SIGNUPS=${SERVICE_DISABLE_SIGNUPS:-false}
|
||||
- DATA_DIR=/data
|
||||
|
||||
chrome:
|
||||
|
Reference in New Issue
Block a user