mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
19 lines
418 B
YAML
19 lines
418 B
YAML
version: '2.3'
|
|
|
|
services:
|
|
|
|
# glutton service
|
|
glutton:
|
|
build: .
|
|
container_name: glutton
|
|
restart: always
|
|
tmpfs:
|
|
- /var/lib/glutton:uid=2000,gid=2000
|
|
network_mode: "host"
|
|
cap_add:
|
|
- NET_ADMIN
|
|
image: "dtagdevsec/glutton:1903"
|
|
read_only: true
|
|
volumes:
|
|
- /data/glutton/log:/var/log/glutton
|
|
- /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|