mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
22 lines
483 B
YAML
22 lines
483 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
|
|
# glutton service
|
|
glutton:
|
|
build: .
|
|
container_name: glutton
|
|
restart: always
|
|
tmpfs:
|
|
- /var/lib/glutton:uid=2000,gid=2000
|
|
- /run:uid=2000,gid=2000
|
|
# cpu_count: 1
|
|
# cpus: 0.75
|
|
network_mode: "host"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
image: "dtagdevsec/glutton:alpha"
|
|
read_only: true
|
|
volumes:
|
|
- /data/glutton/log:/var/log/glutton
|
|
- /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|