mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
update hoarder
This commit is contained in:
parent
fa2e298e62
commit
d39897e834
1 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# https://raw.githubusercontent.com/hoarder-app/hoarder/main/docker/docker-compose.yml
|
||||
services:
|
||||
web:
|
||||
image: ghcr.io/hoarder-app/hoarder-web:0.14.0
|
||||
image: ghcr.io/hoarder-app/hoarder-web:0.15.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
@ -18,16 +18,14 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
chrome:
|
||||
image: gcr.io/zenika-hub/alpine-chrome:123
|
||||
chromium:
|
||||
image: gcr.io/zenika-hub/alpine-chrome:latest
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- --no-sandbox
|
||||
- --disable-gpu
|
||||
- --disable-dev-shm-usage
|
||||
- --hide-scrollbars
|
||||
- --remote-debugging-address=0.0.0.0
|
||||
- --remote-debugging-port=9222
|
||||
- --hide-scrollbars
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.6
|
||||
restart: unless-stopped
|
||||
|
@ -38,7 +36,7 @@ services:
|
|||
volumes:
|
||||
- ./meilisearch:/meili_data
|
||||
workers:
|
||||
image: ghcr.io/hoarder-app/hoarder-workers:0.14.0
|
||||
image: ghcr.io/hoarder-app/hoarder-workers:0.15.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
@ -47,7 +45,7 @@ services:
|
|||
environment:
|
||||
REDIS_HOST: redis
|
||||
MEILI_ADDR: http://meilisearch:7700
|
||||
BROWSER_WEB_URL: http://chrome:9222
|
||||
BROWSER_WEB_URL: http://chromium:9222
|
||||
DATA_DIR: /data
|
||||
depends_on:
|
||||
web:
|
||||
|
|
Loading…
Add table
Reference in a new issue