mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Update templates to 0.11 (#69)
This commit is contained in:
parent
2a49365482
commit
6cad3674c0
34 changed files with 124 additions and 124 deletions
|
|
@ -52,9 +52,9 @@ services:
|
|||
restart: on-failure:100
|
||||
volumes:
|
||||
- grafana-storage:/var/lib/grafana
|
||||
- ${CONFIGDIR}/grafana/provisioning/:/etc/grafana/provisioning/dashboards/
|
||||
- ${CONFIGDIR}/grafana/provisioning/:/etc/grafana/provisioning/datasources/
|
||||
- ${CONFIGDIR}/grafana/dashboards/:/var/lib/grafana/dashboards/
|
||||
- grafana/provisioning/:/etc/grafana/provisioning/dashboards/
|
||||
- grafana/provisioning/:/etc/grafana/provisioning/datasources/
|
||||
- grafana/dashboards/:/var/lib/grafana/dashboards/
|
||||
graph-rag:
|
||||
command:
|
||||
- graph-rag
|
||||
|
|
@ -192,7 +192,7 @@ services:
|
|||
- 9090:9090
|
||||
restart: on-failure:100
|
||||
volumes:
|
||||
- ${CONFIGDIR}/prometheus:/etc/prometheus/
|
||||
- prometheus:/etc/prometheus/
|
||||
- prometheus-data:/prometheus
|
||||
prompt:
|
||||
command:
|
||||
|
|
@ -711,7 +711,7 @@ services:
|
|||
image: docker.io/trustgraph/trustgraph-flow:0.10.1
|
||||
restart: on-failure:100
|
||||
volumes:
|
||||
- ${CONFIGDIR}/./vertexai:/vertexai
|
||||
- ./vertexai:/vertexai
|
||||
text-completion-rag:
|
||||
command:
|
||||
- text-completion-vertexai
|
||||
|
|
@ -742,7 +742,7 @@ services:
|
|||
image: docker.io/trustgraph/trustgraph-flow:0.10.1
|
||||
restart: on-failure:100
|
||||
volumes:
|
||||
- ${CONFIGDIR}/./vertexai:/vertexai
|
||||
- ./vertexai:/vertexai
|
||||
vectorize:
|
||||
command:
|
||||
- embeddings-vectorize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue