mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Script for deploy-bundle generation (#65)
* Added output config generation to ZIP file * Added a README which is bundled with the ZIP file * Remove CONFIGDIR reference
This commit is contained in:
parent
1d89e466d5
commit
92a3e9816c
3 changed files with 187 additions and 2 deletions
16
templates/zip-readme.md
Normal file
16
templates/zip-readme.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
These are launch configurations for TrustGraph. See https://trustgraph.ai for
|
||||
the quickstart using docker compose.
|
||||
|
||||
Hint for Linux: There are files here which get mounted as volumes inside
|
||||
Docker Compose containers. This may trigger SELinux rules on your system, to
|
||||
permit access insider the containers, use a command like this...
|
||||
|
||||
chcon -Rt svirt_sandbox_file_t grafana/ prometheus/
|
||||
|
||||
The file vertexai/private.json is a placeholder for real GCP credentials if
|
||||
you are using the VertexAI LLM. If you're using that in Docker Compose,
|
||||
replace with your real credentials, and don't forget to permit access if you
|
||||
are using Linux:
|
||||
|
||||
chcon -Rt svirt_sandbox_file_t vertexai/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue