Make util pathnames have tg- prefix (#87)

This commit is contained in:
cybermaggedon 2024-09-30 21:24:22 +01:00 committed by GitHub
parent 0e4c9c69ee
commit 771d9fc2c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 358 additions and 358 deletions

View file

@ -32,7 +32,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
neo4j:
deploy:
@ -120,7 +120,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
query-graph-embeddings:
command:
@ -137,7 +137,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
query-triples:
command:
@ -154,7 +154,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
store-doc-embeddings:
command:
@ -171,7 +171,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
store-graph-embeddings:
command:
@ -188,7 +188,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
store-triples:
command:
@ -205,7 +205,7 @@ services:
reservations:
cpus: '0.1'
memory: 128M
image: docker.io/trustgraph/trustgraph-flow:0.11.11
image: docker.io/trustgraph/trustgraph-flow:0.11.12
restart: on-failure:100
volumes:
grafana-storage: {}