Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 89328a827a - Show all commits

View File

@ -54,6 +54,11 @@ services:
tmp: tmp:
image: busybox image: busybox
command: chmod -R 777 /var/run/redis command: chmod -R 777 /var/run/redis
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535
volumes: volumes:
- /var/run/redis - /var/run/redis