Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of dependencies in configuration of docker-compose #27

Open
blcham opened this issue Aug 3, 2023 · 1 comment
Open

Get rid of dependencies in configuration of docker-compose #27

blcham opened this issue Aug 3, 2023 · 1 comment

Comments

@blcham
Copy link
Contributor

blcham commented Aug 3, 2023

Relavant part from README:

  • RDF4J_SERVER_URL -- to set up different Rdf4j server (defaults to internal docker service at http://rdf4j:8080/rdf4j-server).
    Note that this variable must be consistent with variable RDF4J_PCONFIGURL.
  • RDF4J_REPOSITORYNAME -- to set up different Rdf4j repository name where SPipes logs from execution are created
    (defaults to s-pipes-hello-world). Note that this variable must be consistent with
    variable RDF4J_PCONFIGURL
    .
  • RDF4J_PCONFIGURL -- to set up configuration of Rdf4j repository where SPipes logs from execution are created
    (defaults to $SPIPES_ROOT/doc/examples/hello-world/config.ttl). Note that this variable must be consistent with
    variables RDF4J_SERVER_URL and RDF4J_REPOSITORYNAME
    .
@blcham
Copy link
Contributor Author

blcham commented Aug 3, 2023

Maybe config.ttl would be template with variables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant