mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +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
|
# https://raw.githubusercontent.com/hoarder-app/hoarder/main/docker/docker-compose.yml
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/hoarder-app/hoarder-web:0.14.0
|
image: ghcr.io/hoarder-app/hoarder-web:0.15.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
@ -18,16 +18,14 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis:/data
|
- ./redis:/data
|
||||||
chrome:
|
chromium:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:123
|
image: gcr.io/zenika-hub/alpine-chrome:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- --no-sandbox
|
- --no-sandbox
|
||||||
- --disable-gpu
|
- --hide-scrollbars
|
||||||
- --disable-dev-shm-usage
|
|
||||||
- --remote-debugging-address=0.0.0.0
|
- --remote-debugging-address=0.0.0.0
|
||||||
- --remote-debugging-port=9222
|
- --remote-debugging-port=9222
|
||||||
- --hide-scrollbars
|
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.6
|
image: getmeili/meilisearch:v1.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -38,7 +36,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./meilisearch:/meili_data
|
- ./meilisearch:/meili_data
|
||||||
workers:
|
workers:
|
||||||
image: ghcr.io/hoarder-app/hoarder-workers:0.14.0
|
image: ghcr.io/hoarder-app/hoarder-workers:0.15.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
@ -47,7 +45,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
MEILI_ADDR: http://meilisearch:7700
|
MEILI_ADDR: http://meilisearch:7700
|
||||||
BROWSER_WEB_URL: http://chrome:9222
|
BROWSER_WEB_URL: http://chromium:9222
|
||||||
DATA_DIR: /data
|
DATA_DIR: /data
|
||||||
depends_on:
|
depends_on:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Add table
Reference in a new issue