mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
25 lines
542 B
Django/Jinja
25 lines
542 B
Django/Jinja
{% set NODE_CONTAINERS = [
|
|
'so-curator',
|
|
'so-dockerregistry',
|
|
'so-elasticsearch',
|
|
'so-elastic-fleet',
|
|
'so-elastic-fleet-package-registry',
|
|
'so-filebeat',
|
|
'so-grafana',
|
|
'so-influxdb',
|
|
'so-kibana',
|
|
'so-kratos',
|
|
'so-logstash',
|
|
'so-mysql',
|
|
'so-nginx',
|
|
'so-redis',
|
|
'so-soc',
|
|
'so-soctopus',
|
|
'so-strelka-coordinator',
|
|
'so-strelka-gatekeeper',
|
|
'so-strelka-frontend',
|
|
'so-strelka-backend',
|
|
'so-strelka-manager',
|
|
'so-strelka-filestream'
|
|
] %}
|