docker-compose.yml 283 B

12345678910
  1. version: '3.3'
  2. services:
  3. child:
  4. image: netdata/netdata
  5. command: /usr/sbin/netdata -D
  6. volumes:
  7. - ./child_stream.conf:/etc/netdata/stream.conf:ro
  8. - ./child_netdata.conf:/etc/netdata/netdata.conf:ro
  9. extra_hosts:
  10. - "host.docker.internal:host-gateway"