docker
docker copied to clipboard
Official docker for Manticore Search
Russian search results are correct. When logging to a file, the display of Russian letters is also correct. But when redirecting query.log to /dev/stdout characters looks like on image: ...
``` volumes: - ./data:/var/lib/manticore ``` Should be ``` volumes: - ./data:/var/lib/manticore/data ```
How hide password from `manticore.conf`? Can I use a variable? docker-compose.yml: ``` version: "3.7" networks: backend: driver: bridge services:` manticore: image: manticoresearch/manticore restart: unless-stopped environment: - variable_sql_pass=${DB_ROOT_PASSWORD}
cmd: docker run -e EXTRA=1 --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore 2023-11-05 12:01:15 (1.08 MB/s) - ‘/tmp/manticore-columnar-lib_2.2.4-230822-5aec342_amd64.deb.1’ saved [1641468/1641468] debian-binary: Permission denied
Let's add CLT tests for https://github.com/manticoresoftware/docker?tab=readme-ov-file#backup-and-restore
Currently it's possible to configure searchd via env. vars, but it's limited by only those settings that are hardcoded in `manticore.conf`, so some new and undocumented settings are not working,...
### Proposal: I prepared a test case to test Postgres with Docker, which looks more like what can be in production, compared to this [test](https://github.com/manticoresoftware/docker/blob/master/clt_tests/tests/plain-indexes-all.rec). You can find the discussion...
### Confirmation Checklist: - [X] You have searched for an answer in [the manual](https://manual.manticoresearch.com/). - [ ] You have considered using [the forum](https://forum.manticoresearch.com/) for general discussions, which can be more...
### Confirmation Checklist: - [X] You have searched for an answer in [the manual](https://manual.manticoresearch.com/). - [X] You have considered using [the forum](https://forum.manticoresearch.com/) for general discussions, which can be more suitable...