41 lines
775 B
Markdown
41 lines
775 B
Markdown
|
|
## Meilisync
|
|
if you use podman make sure to change the host into host.containers.internal
|
|
something like this
|
|
|
|
debug: true
|
|
plugins:
|
|
- meilisync.plugin.Plugin
|
|
progress:
|
|
type: file
|
|
source:
|
|
type: postgres
|
|
host: host.containers.internal
|
|
port: 5432
|
|
user: postgres
|
|
password: "rawdoggingwings"
|
|
database: hiling_dev
|
|
meilisearch:
|
|
api_url: "http://host.containers.internal:7700"
|
|
api_key: 12rchaaonetdadaaoenh
|
|
insert_size: 1000
|
|
insert_interval: 10
|
|
sync:
|
|
- table: locations
|
|
index: locations
|
|
plugins:
|
|
- meilisync.plugin.Plugin
|
|
full: false
|
|
fields:
|
|
id:
|
|
name:
|
|
|
|
|
|
and for mac apple silicon chip, pull the image first with command `arch=amd64` then podman compose it
|
|
|
|
## Requirements
|
|
Meilisearch v 1.35.1
|
|
Meilisync
|
|
Postgresql
|
|
Redis
|