Skip to content

Commit

Permalink
Add required file paths to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Feb 17, 2021
1 parent 84b7c16 commit a2721b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trellis-quarkus-postgresql-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
QUARKUS_DATASOURCE_USERNAME: trellis
QUARKUS_DATASOURCE_PASSWORD: trellis
QUARKUS_DATASOURCE_JDBC_URL: jdbc:postgresql://db/trellis
TRELLIS_FILE_BINARY_PATH: /opt/trellis/data/binary
TRELLIS_FILE_MEMENTO_PATH: /opt/trellis/data/memento
TRELLIS_HTTP_WEAK_ETAG: "false"
TRELLIS_HTTP_MEMENTO_HEADER_DATES: "false"
TRELLIS_HTTP_PRECONDITION_REQUIRED: "true"
Expand Down
2 changes: 2 additions & 0 deletions trellis-quarkus-triplestore-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
TRELLIS_HTTP_PRECONDITION_REQUIRED: "true"
TRELLIS_TRIPLESTORE_LDP_TYPE: "true"
TRELLIS_TRIPLESTORE_RDF_LOCATION: /opt/trellis/data/rdf
TRELLIS_FILE_BINARY_PATH: /opt/trellis/data/binary
TRELLIS_FILE_MEMENTO_PATH: /opt/trellis/data/memento
ports:
- 80:8080

0 comments on commit a2721b5

Please sign in to comment.