mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
21 lines
400 B
YAML
21 lines
400 B
YAML
![]() |
# T-Pot (Standard)
|
||
|
# For docker-compose ...
|
||
|
version: '2.2'
|
||
|
|
||
|
services:
|
||
|
|
||
|
## Logstash service
|
||
|
logstash:
|
||
|
build: .
|
||
|
container_name: logstash
|
||
|
restart: always
|
||
|
# depends_on:
|
||
|
# elasticsearch:
|
||
|
# condition: service_healthy
|
||
|
env_file:
|
||
|
- /opt/tpot/etc/compose/elk_environment
|
||
|
image: "dtagdevsec/logstash:1804"
|
||
|
volumes:
|
||
|
- /data:/data
|
||
|
- /var/log:/data/host/log
|