You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
update elastalert
This commit is contained in:
@ -2,9 +2,10 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
elastalert:
|
elastalert:
|
||||||
image: vimagick/elastalert
|
image: jertel/elastalert2
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/opt/elastalert
|
- ./data/config.yaml:/opt/elastalert/config.yaml
|
||||||
|
- ./data/rules:/opt/elastalert/rules
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user