mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +02:00
Fix Docker Compose relative directory problem (#60)
- Fix Docker Compose relative directory problem - Added CONFIGDIR environment variable for docker compose - Correct Pulsar URL defaults for graph utils to be localhost again
This commit is contained in:
parent
0ae6feddb0
commit
054ea6c76a
20 changed files with 81 additions and 75 deletions
|
|
@ -8,7 +8,7 @@ import argparse
|
|||
import os
|
||||
from trustgraph.clients.triples_query_client import TriplesQueryClient
|
||||
|
||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
|
||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')
|
||||
|
||||
def show_graph(pulsar):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue