2018-05-18 20:05:52 +00:00
|
|
|
version: '2.3'
|
2018-04-13 18:22:49 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
# glutton service
|
|
|
|
glutton:
|
2018-04-16 22:05:16 +00:00
|
|
|
build: .
|
2018-04-13 18:22:49 +00:00
|
|
|
container_name: glutton
|
|
|
|
restart: always
|
2018-05-18 15:40:07 +00:00
|
|
|
tmpfs:
|
|
|
|
- /var/lib/glutton:uid=2000,gid=2000
|
2019-10-15 14:50:39 +00:00
|
|
|
- /run:uid=2000,gid=2000
|
2022-03-12 17:59:31 +00:00
|
|
|
# cpu_count: 1
|
|
|
|
# cpus: 0.75
|
2018-04-13 18:22:49 +00:00
|
|
|
network_mode: "host"
|
|
|
|
cap_add:
|
|
|
|
- NET_ADMIN
|
2024-02-14 18:23:25 +00:00
|
|
|
image: "dtagdevsec/glutton:alpha"
|
2018-05-18 15:40:07 +00:00
|
|
|
read_only: true
|
2018-04-13 18:22:49 +00:00
|
|
|
volumes:
|
|
|
|
- /data/glutton/log:/var/log/glutton
|
2018-04-16 12:39:46 +00:00
|
|
|
- /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|