mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-01 22:03:37 +01:00
18 lines
349 B
Django/Jinja
18 lines
349 B
Django/Jinja
{% set NODE_CONTAINERS = [
|
|
'so-curator',
|
|
'so-dockerregistry',
|
|
'so-elasticsearch',
|
|
'so-elastic-fleet',
|
|
'so-elastic-fleet-package-registry',
|
|
'so-grafana',
|
|
'so-influxdb',
|
|
'so-kibana',
|
|
'so-kratos',
|
|
'so-logstash',
|
|
'so-mysql',
|
|
'so-nginx',
|
|
'so-redis',
|
|
'so-soc',
|
|
'so-soctopus'
|
|
] %}
|