1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00

update elastalert

This commit is contained in:
kev 2023-10-07 15:25:11 +08:00
parent 75a8969786
commit 34f1f34fa2

View File

@ -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