add meilisearch

This commit is contained in:
kev 2021-08-17 18:23:48 +08:00
parent b0ecf72180
commit 9de3153cd1
7 changed files with 25 additions and 3 deletions

View File

@ -311,8 +311,8 @@ A collection of delicious docker recipes.
- [x] snowzach/doods
- [x] drone/drone
- [x] drupal
- [x] elastichq/elasticsearch-hq
- [x] elasticdump/elasticsearch-dump
- [x] elastichq/elasticsearch-hq :mag:
- [x] elasticdump/elasticsearch-dump :mag:
- [x] elk
- [x] quay.io/coreos/etcd
- [x] audreyt/ethercalc
@ -338,6 +338,7 @@ A collection of delicious docker recipes.
- [x] mailgun/kafka-pixy
- [x] devopsfaith/krakend
- [x] tootsuite/mastodon
- [x] getmeili/meilisearch :mag:
- [x] deluan/navidrome :musical_note:
- [x] netdata/netdata
- [x] nextcloud

2
meilisearch/README.md Normal file
View File

@ -0,0 +1,2 @@
meilisearch
===========

View File

View File

View File

View File

@ -0,0 +1,19 @@
version: "3.8"
services:
meilisearch:
image: getmeili/meilisearch
ports:
- "7700:7700"
volumes:
- ./data:/opt/meilisearch
environment:
- MEILI_ENV=development
- MEILI_HTTP_ADDR=0.0.0.0:7700
- MEILI_MASTER_KEY=xxxxxx
- MEILI_NO_ANALYTICS=true
- MEILI_NO_SENTRY=true
- MEILI_DB_PATH=data.ms/
- MEILI_DUMPS_DIR=dumps/
- MEILI_SNAPSHOT_DIR=snapshots/
working_dir: /opt/meilisearch
restart: unless-stopped

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
n8n:
image: n8nio/n8n:0.90.0-rpi
image: n8nio/n8n:latest-rpi
ports:
- "5678:5678"
volumes: