Updated templates

This commit is contained in:
Cyber MacGeddon 2024-09-28 11:54:00 +01:00
parent d6cacd3fb7
commit 2c8dd0bd39
34 changed files with 6170 additions and 562 deletions

View file

@ -16,7 +16,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
embeddings:
command:
@ -33,7 +33,7 @@ services:
reservations:
cpus: '0.5'
memory: 400M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
grafana:
deploy:
@ -78,7 +78,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
init-pulsar:
command:
@ -113,7 +113,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
kg-extract-relationships:
command:
@ -128,7 +128,22 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
kg-extract-topics:
command:
- kg-extract-topics
- -p
- pulsar://pulsar:6650
deploy:
resources:
limits:
cpus: '0.5'
memory: 128M
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
neo4j:
deploy:
@ -161,7 +176,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
prometheus:
deploy:
@ -196,7 +211,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
prompt-rag:
command:
@ -219,7 +234,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
pulsar:
command:
@ -273,7 +288,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
query-graph-embeddings:
command:
@ -290,7 +305,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
query-triples:
command:
@ -307,7 +322,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
store-doc-embeddings:
command:
@ -324,7 +339,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
store-graph-embeddings:
command:
@ -341,7 +356,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
store-triples:
command:
@ -358,7 +373,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
text-completion:
command:
@ -377,7 +392,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
text-completion-rag:
command:
@ -400,7 +415,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
vectorize:
command:
@ -415,7 +430,7 @@ services:
reservations:
cpus: '0.5'
memory: 512M
image: docker.io/trustgraph/trustgraph-flow:0.10.0
image: docker.io/trustgraph/trustgraph-flow:0.10.1
restart: on-failure:100
volumes:
grafana-storage: {}