summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/children-to-localhost/docker-compose.yml
blob: dea56fe5268952265b5d005010ae0c31c3630704 (plain)
1
2
3
4
5
6
7
8
9
10
version: '3.3'
services:
  child:
    image: netdata/netdata
    command: /usr/sbin/netdata -D
    volumes:
      - ./child_stream.conf:/etc/netdata/stream.conf:ro
      - ./child_netdata.conf:/etc/netdata/netdata.conf:ro
    extra_hosts:
      - "host.docker.internal:host-gateway"