All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
23 lines
795 B
Bash
23 lines
795 B
Bash
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
|
|
# This file is replaced from the template whenever there is an update.
|
|
# Edit the service.env file to make changes.
|
|
|
|
# Template metadata
|
|
TEMPLATE=graylog
|
|
TEMPLATE_VERSION="1.0.0"
|
|
TEMPLATE_DESCRIPTION="Graylog log management platform with OpenSearch and MongoDB. Enterprise-grade centralized log collection, analysis, and alerting."
|
|
TEMPLATE_AUTHOR="Dropshell"
|
|
TEMPLATE_LICENSE="MIT"
|
|
TEMPLATE_HOMEPAGE="https://github.com/dropshell/templates"
|
|
TEMPLATE_TAGS="logging,monitoring,graylog,opensearch,mongodb,siem"
|
|
TEMPLATE_REQUIRES="docker,docker-compose"
|
|
TEMPLATE_CONFLICTS=""
|
|
TEMPLATE_MIN_MEMORY="4096"
|
|
TEMPLATE_MIN_DISK="10000"
|
|
TEMPLATE_CATEGORY="monitoring"
|
|
|
|
# System requirements
|
|
REQUIRES_HOST_ROOT=false
|
|
REQUIRES_DOCKER=true
|
|
REQUIRES_DOCKER_ROOT=false
|