This commit is contained in:
Dziad Borowy 2024-06-06 19:05:01 +01:00
parent 21d6aa0dfc
commit 579c312cec
2 changed files with 9 additions and 5 deletions

View File

@ -11,6 +11,10 @@
- [Docs](https://docs.hoarder.app) - [Docs](https://docs.hoarder.app)
![Screenshot](hoarder.png)
## .env ## .env
```ini ```ini
HOARDER_VERSION=latest HOARDER_VERSION=latest
@ -26,14 +30,14 @@ services:
redis: redis:
image: redis:7.2-alpine image: redis:7.2-alpine
container_name: hoarder-redis container_name: hoarder-redis
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./redis:/data - ./redis:/data
chrome: chrome:
image: gcr.io/zenika-hub/alpine-chrome:123 image: gcr.io/zenika-hub/alpine-chrome:123
container_name: hoarder-chrome container_name: hoarder-chrome
restart: unless-stopped restart: unless-stopped
command: command:
- --no-sandbox - --no-sandbox
@ -45,7 +49,7 @@ services:
meilisearch: meilisearch:
image: getmeili/meilisearch:v1.6 image: getmeili/meilisearch:v1.6
container_name: hoarder-meilisearch container_name: hoarder-meilisearch
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -56,7 +60,7 @@ services:
workers: workers:
image: ghcr.io/hoarder-app/hoarder-workers:latest image: ghcr.io/hoarder-app/hoarder-workers:latest
container_name: hoarder-workers container_name: hoarder-workers
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -74,7 +78,7 @@ services:
web: web:
image: ghcr.io/hoarder-app/hoarder-web:latest image: ghcr.io/hoarder-app/hoarder-web:latest
container_name: hoarder container_name: hoarder
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env

BIN
apps/bookmarks/hoarder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB