Add mq_worker to build docker-compose

This commit is contained in:
Brandon Myers 2018-10-29 14:02:28 -05:00
Родитель cf3adae759
Коммит cb096caa7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -45,10 +45,12 @@ services:
build:
context: ../../
dockerfile: docker/compose/mozdef_loginput/Dockerfile
mq_eventtask:
# The generic worker container for all ingest processes
mq_worker:
build:
context: ../../
dockerfile: docker/compose/mozdef_mq_worker/Dockerfile
restart: "no"
meteor:
build:
context: ../../

Просмотреть файл

@ -120,6 +120,7 @@ services:
networks:
- default
mq_eventtask:
image: mozdef_mq_worker
restart: always
command: bash -c 'sleep 90 && source /opt/mozdef/envs/python/bin/activate && python esworker_eventtask.py -c esworker_eventtask.conf'
scale: 1