File: docker-compose.yml

package info (click to toggle)
elastalert 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,472 kB
  • sloc: python: 12,252; makefile: 108; sh: 2
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
version: '2'
services:
    tox:
        build:
            context: ./
            dockerfile: Dockerfile-test
        command: tox
        container_name: elastalert_tox
        working_dir: /home/elastalert
        volumes:
            - ./:/home/elastalert/