Skip to content

Commit

Permalink
stack: use env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jun 10, 2024
1 parent 56327a1 commit 1d8ac75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 0 additions & 6 deletions stack/blueprint/config.json

This file was deleted.

8 changes: 6 additions & 2 deletions stack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ services:
build:
context: ..
dockerfile: Dockerfile
volumes:
- ./blueprint/config.json:/app/config.json:ro
ports:
- 8081:80
environment:
# NOTE: 127.0.0.1 is in the context of the browser (frontend), not the server (backend)
- ENDPOINT_URL=http://127.0.0.1:8080/query
- SPARQL_CONSOLE_URL=http://127.0.0.1:8080/sparql/#query
- GRAPH_EXPLORER_URL=http://127.0.0.1:8080/graph-explorer/?resource
- FULL_TEXT_SEARCH_DIALECT=fuseki

trifid:
image: ghcr.io/zazuko/trifid:v5
Expand Down

0 comments on commit 1d8ac75

Please sign in to comment.