chore: update siklos/karakeep compose (Portainer migration)
This commit is contained in:
@@ -3,22 +3,15 @@ services:
|
|||||||
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
|
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
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
|
- data:/data
|
||||||
ports:
|
ports:
|
||||||
- 3010:3000
|
- 3010:3000
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
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: ...
|
DATA_DIR: /data
|
||||||
|
NEXTAUTH_SECRET: furiousalienfringes
|
||||||
# You almost never want to change the value of the DATA_DIR variable.
|
NEXTAUTH_URL: http://localhost:3010
|
||||||
# If you want to mount a custom directory, change the volume mapping above instead.
|
|
||||||
DATA_DIR: /data # DON'T CHANGE THIS
|
|
||||||
chrome:
|
chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -32,13 +25,11 @@ services:
|
|||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.13.3
|
image: getmeili/meilisearch:v1.13.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
environment:
|
environment:
|
||||||
MEILI_NO_ANALYTICS: "true"
|
MEILI_NO_ANALYTICS: "true"
|
||||||
|
MEILI_MASTER_KEY: sefulesefarka
|
||||||
volumes:
|
volumes:
|
||||||
- meilisearch:/meili_data
|
- meilisearch:/meili_data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
meilisearch:
|
meilisearch:
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user