diff --git a/logclient/config/.template_info.env b/logclient/config/.template_info.env index 203a119..af66099 100644 --- a/logclient/config/.template_info.env +++ b/logclient/config/.template_info.env @@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker" TEMPLATE_CONFLICTS="" TEMPLATE_MIN_MEMORY="64" TEMPLATE_MIN_DISK="100" -TEMPLATE_CATEGORY="monitoring" \ No newline at end of file +TEMPLATE_CATEGORY="monitoring" +REQUIRES_HOST_ROOT=false +REQUIRES_DOCKER=true +REQUIRES_DOCKER_ROOT=false \ No newline at end of file diff --git a/logserver/config/.template_info.env b/logserver/config/.template_info.env index fd09b42..c754234 100644 --- a/logserver/config/.template_info.env +++ b/logserver/config/.template_info.env @@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker,docker-compose" TEMPLATE_CONFLICTS="" TEMPLATE_MIN_MEMORY="512" TEMPLATE_MIN_DISK="1000" -TEMPLATE_CATEGORY="monitoring" \ No newline at end of file +TEMPLATE_CATEGORY="monitoring" +REQUIRES_HOST_ROOT=false +REQUIRES_DOCKER=true +REQUIRES_DOCKER_ROOT=false \ No newline at end of file