fix template
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 39s

This commit is contained in:
Your Name
2025-09-20 13:52:34 +12:00
parent 50bbdc6414
commit 29d619f89e
2 changed files with 8 additions and 2 deletions

View File

@@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker"
TEMPLATE_CONFLICTS="" TEMPLATE_CONFLICTS=""
TEMPLATE_MIN_MEMORY="64" TEMPLATE_MIN_MEMORY="64"
TEMPLATE_MIN_DISK="100" TEMPLATE_MIN_DISK="100"
TEMPLATE_CATEGORY="monitoring" TEMPLATE_CATEGORY="monitoring"
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false

View File

@@ -10,4 +10,7 @@ TEMPLATE_REQUIRES="docker,docker-compose"
TEMPLATE_CONFLICTS="" TEMPLATE_CONFLICTS=""
TEMPLATE_MIN_MEMORY="512" TEMPLATE_MIN_MEMORY="512"
TEMPLATE_MIN_DISK="1000" TEMPLATE_MIN_DISK="1000"
TEMPLATE_CATEGORY="monitoring" TEMPLATE_CATEGORY="monitoring"
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=false