1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/elastalert/docker-compose.yml

14 lines
317 B
YAML
Raw Normal View History

2018-08-01 10:03:18 +02:00
elastalert:
2019-07-17 05:56:47 +02:00
image: bitsensor/elastalert:2.0.0
2018-08-01 10:03:18 +02:00
ports:
- "3030:3030"
2019-07-17 05:56:47 +02:00
- "3333:3333"
2018-08-01 10:03:18 +02:00
volumes:
- ./data/config.yaml:/opt/elastalert/config.yaml
- ./data/rules:/opt/elastalert/rules
2018-08-02 03:46:22 +02:00
external_links:
- elk_elasticsearch_1:elasticsearch
2019-07-17 05:56:47 +02:00
# extra_hosts:
# - elasticsearch:1.2.3.4
2018-08-01 10:03:18 +02:00
restart: always