mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 03:49:50 +00:00
This commit is contained in:
parent
21d6aa0dfc
commit
579c312cec
@ -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
BIN
apps/bookmarks/hoarder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in New Issue
Block a user