From d36d86c4e35b5c1835df59f8a55424a01a689c26 Mon Sep 17 00:00:00 2001 From: Jonathan Math Date: Thu, 8 Apr 2021 10:01:14 -0500 Subject: [PATCH] clean up docker-compose volumes for netdata --- docker-compose.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d96b1ee3f..c8bcca9e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -176,8 +176,10 @@ services: - ./docker/netdata/netdataconfig/netdata.conf:/etc/netdata/netdata.conf - ./docker/netdata/netdataconfig/python.d.conf:/usr/lib/netdata/conf.d/python.d.conf # the configurations for the app_servers chart - - ./docker/netdata/netdataconfig/conf/app_servers.conf:/usr/lib/netdata/conf.d/python.d/app_servers.conf + - ./docker/netdata/netdataconfig/conf/:/usr/lib/netdata/conf.d/python.d/ + + # these must be done one by one because there is a python_modules directory that is required for netdata + # that lives in the destination directory - ./docker/netdata/netdataconfig/charts/app_servers.py:/usr/libexec/netdata/python.d/app_servers.chart.py - # the configuration for the app_times chart - - ./docker/netdata/netdataconfig/conf/app_times.conf:/usr/lib/netdata/conf.d/python.d/app_times.conf - ./docker/netdata/netdataconfig/charts/app_times.py:/usr/libexec/netdata/python.d/app_times.chart.py + \ No newline at end of file