Skip to content

Commit

Permalink
update #876
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed May 5, 2024
1 parent 281a438 commit 9757776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13857,6 +13857,9 @@ services:
ports:
- "3030:3030"
environment:
{% for dataset in JENA_FUSEKI_datasets.split(",") %}
- FUSEKI_DATASET_{{loop.index}}={{dataset}}
{% endfor -%}
- ADMIN_PASSWORD={{JENA_FUSEKI_admin_password if JENA_FUSEKI_admin_password is defined and JENA_FUSEKI_admin_password and JENA_FUSEKI_admin_password | length else omit }}
- TDB={{2 if JENA_FUSEKI_tdb2_enabled else omit }}
- JVM_ARGS=-Xmx2g # Default: 1200MiB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,7 @@
JENA_FUSEKI_volume_map_data: false
JENA_FUSEKI_admin_password:
JENA_FUSEKI_tdb2_enabled: false
JENA_FUSEKI_datasets:

#
# ===== Influx DB 1.x ========
Expand Down

0 comments on commit 9757776

Please sign in to comment.