summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios/children-to-localhost/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build_external/scenarios/children-to-localhost/docker-compose.yml')
-rw-r--r--build_external/scenarios/children-to-localhost/docker-compose.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/build_external/scenarios/children-to-localhost/docker-compose.yml b/build_external/scenarios/children-to-localhost/docker-compose.yml
deleted file mode 100644
index dea56fe526..0000000000
--- a/build_external/scenarios/children-to-localhost/docker-compose.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-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"