mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:48 +02:00
14 lines
203 B
YAML
14 lines
203 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
elastalert:
|
|
image: vimagick/elastalert
|
|
volumes:
|
|
- ./data:/opt/elastalert
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: elk_default
|