Treat text fields as string and try beta Kibana image

This commit is contained in:
2022-09-12 08:27:13 +01:00
parent dfd71b6c64
commit 21182629b4
5 changed files with 35 additions and 12 deletions

View File

@@ -32,13 +32,21 @@ services:
- "host.docker.internal:host-gateway"
volumes_from:
- tmp
depends_on:
- tmp
- redis
db:
image: manticoresearch/manticore
image: pathogen/manticore:kibana
build:
context: ./docker/manticore
args:
DEV: 2
restart: always
ports:
- 9308
- 9312
- 9306
ulimits:
nproc: 65535
nofile:
@@ -49,6 +57,7 @@ services:
hard: -1
environment:
- MCL=1
- DEV=2
volumes:
- ./docker/data:/var/lib/manticore
- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf