summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/gaps_hi/child-compose.yml
blob: 2ca306f37cb3cb9bad158e3c9d22ff742179d6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3.3'
services:
  agent_child:
    image: debian_10_dev
    command: /usr/sbin/netdata -D
    #ports:
    #- 21002+:19999
    volumes:
      - ./child_stream.conf:/etc/netdata/stream.conf:ro
      #- ./child_guid:/var/lib/netdata/registry/netdata.public.unique.id:ro
      - ./min.conf:/etc/netdata/netdata.conf:ro
    cap_add:
      - SYS_PTRACE