mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Template generation of docker compose files
This commit is contained in:
parent
dc6ca7c0eb
commit
356cf17390
28 changed files with 2621 additions and 2043 deletions
11
templates/docker-compose.jsonnet
Normal file
11
templates/docker-compose.jsonnet
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
local cassandra = import "cassandra.jsonnet";
|
||||
local pulsar = import "pulsar.jsonnet";
|
||||
local milvus = import "milvus.jsonnet";
|
||||
local grafana = import "grafana.jsonnet";
|
||||
local trustgraph = import "trustgraph.jsonnet";
|
||||
|
||||
local config = cassandra + pulsar + milvus + grafana + trustgraph;
|
||||
|
||||
std.manifestYamlDoc(config)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue