mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-10 11:11:39 +08:00
feat: update karakeep v0.26.0
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
karakeep:
|
karakeep:
|
||||||
image: ghcr.io/karakeep-app/karakeep:0.25.0
|
image: ghcr.io/karakeep-app/karakeep:v0.26.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
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:
|
||||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
- ${PANEL_APP_PORT_HTTP}:3000
|
||||||
environment:
|
environment:
|
||||||
MEILI_ADDR: http://meilisearch:7700
|
MEILI_ADDR: http://meilisearch:7700
|
||||||
BROWSER_WEB_URL: http://chrome:9222
|
BROWSER_WEB_URL: http://chrome:9222
|
||||||
@@ -17,10 +14,7 @@ services:
|
|||||||
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
|
||||||
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
|
||||||
NEXTAUTH_URL: http://localhost:3000
|
NEXTAUTH_URL: http://localhost:3000
|
||||||
|
DATA_DIR: /data
|
||||||
# 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
|
|
||||||
chrome:
|
chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||||
container_name: chrome-${CONTAINER_NAME}
|
container_name: chrome-${CONTAINER_NAME}
|
||||||
@@ -37,10 +31,9 @@ services:
|
|||||||
container_name: meili-${CONTAINER_NAME}
|
container_name: meili-${CONTAINER_NAME}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
MEILI_NO_ANALYTICS: "true"
|
MEILI_NO_ANALYTICS: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- meilisearch:/meili_data
|
- meilisearch:/meili_data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
meilisearch:
|
meilisearch: null
|
||||||
data:
|
data: null
|
||||||
Reference in New Issue
Block a user