mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
19 lines
343 B
YAML
19 lines
343 B
YAML
services:
|
|
|
|
# Fatt service
|
|
fatt:
|
|
build: .
|
|
container_name: fatt
|
|
stdin_open: true
|
|
tty: true
|
|
restart: always
|
|
# cpu_count: 1
|
|
# cpus: 0.75
|
|
network_mode: "host"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- SYS_NICE
|
|
- NET_RAW
|
|
image: "dtagdevsec/fatt:24.04"
|
|
volumes:
|
|
- $HOME/tpotce/data/fatt/log:/opt/fatt/log
|