SIEM
This commit is contained in:
12
siem-elastic-template/app/docker-compose.yml
Normal file
12
siem-elastic-template/app/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
image: app
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
logging:
|
||||
driver: "fluentd"
|
||||
options:
|
||||
fluentd-address: localhost:24224
|
||||
tag: jufka
|
||||
|
||||
Reference in New Issue
Block a user