Implement threshold writing to Redis and manticore ingesting from Redis
This commit is contained in:
@@ -13,6 +13,23 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
threshold:
|
||||
image: pathogen/threshold:latest
|
||||
build: ./legacy/docker
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}:/code
|
||||
- ${THRESHOLD_CONFIG_DIR}:/code/legacy/conf/live
|
||||
#- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
|
||||
- ${THRESHOLD_CERT_DIR}:/code/legacy/conf/cert
|
||||
ports:
|
||||
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
|
||||
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
||||
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
|
||||
env_file:
|
||||
- ../stack.env
|
||||
volumes_from:
|
||||
- tmp
|
||||
|
||||
db:
|
||||
image: manticoresearch/manticore
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user