- Added docker-compose-storage.yaml, just the infrastructure bits

- Tidied storage invocation
This commit is contained in:
Cyber MacGeddon 2024-08-21 12:14:45 +01:00
parent b0fdb4f314
commit e9298fbde9
11 changed files with 291 additions and 121 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.6.6
VERSION=0.6.7
DOCKER=podman
@ -33,7 +33,9 @@ set-version:
# sed -i 's/trustgraph-flow:[0-9]*\.[0-9]*\.[0-9]*/trustgraph-flow:'${VERSION}'/' docker-compose*.yaml
echo '"${VERSION}"' > templates/components/version.jsonnet
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai openai-neo4j
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai \
openai-neo4j storage
DCS=$(foreach template,${TEMPLATES},${template:%=docker-compose-%.yaml})
update-templates: set-version ${DCS}