Blame view

CEPTD/docker/docker-compose.yml 166 Bytes
0d8c0f816   Thanasis Naskos   initial commit
1
2
3
4
5
6
7
8
9
  version: '3'
  
  services:
    suricata:
      build: suricata/.
      image: "kea-ceptd/suricata:1000"
    logstash:
      build: logstash/.
      image: "kea-ceptd/logstash:1000"