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:
cybermaggedon 2024-09-09 22:03:10 +01:00 committed by GitHub
parent 0ae6feddb0
commit 054ea6c76a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 81 additions and 75 deletions

View file

@ -11,7 +11,7 @@ import rdflib
import io
import sys
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')
def show_graph(pulsar):