Treat text fields as string and try beta Kibana image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user