diff --git a/siklos/karakeep/docker-compose.yml b/siklos/karakeep/docker-compose.yml index 6785bce..df6ed27 100644 --- a/siklos/karakeep/docker-compose.yml +++ b/siklos/karakeep/docker-compose.yml @@ -3,22 +3,15 @@ services: image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release} restart: unless-stopped volumes: - # By default, the data is stored in a docker volume called "data". - # If you want to mount a custom directory, change the volume mapping to: - # - /path/to/your/directory:/data - data:/data ports: - 3010:3000 - env_file: - - .env environment: MEILI_ADDR: http://meilisearch:7700 BROWSER_WEB_URL: http://chrome:9222 - # OPENAI_API_KEY: ... - - # You almost never want to change the value of the DATA_DIR variable. - # If you want to mount a custom directory, change the volume mapping above instead. - DATA_DIR: /data # DON'T CHANGE THIS + DATA_DIR: /data + NEXTAUTH_SECRET: furiousalienfringes + NEXTAUTH_URL: http://localhost:3010 chrome: image: gcr.io/zenika-hub/alpine-chrome:124 restart: unless-stopped @@ -32,13 +25,11 @@ services: meilisearch: image: getmeili/meilisearch:v1.13.3 restart: unless-stopped - env_file: - - .env environment: MEILI_NO_ANALYTICS: "true" + MEILI_MASTER_KEY: sefulesefarka volumes: - meilisearch:/meili_data - volumes: meilisearch: data: