-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ENV [email protected] | |
ENV DEFAULT_NAMESPACE=http://vivo.mydomain.edu/individual/ | ||
|
||
ENV SOLR_URL=http://localhost:8983/solr/vivocore | ||
ENV SELF_ID_MATCHING_PROPERTY=http://vivo.mydomain.edu/ns | ||
ENV SELF_ID_MATCHING_PROPERTY=http://vivo.mydomain.edu/ns#networkId | ||
|
||
ENV LOAD_SAMPLE_DATA=false | ||
ENV SAMPLE_DATA_REPO_URL=https://github.com/vivo-project/sample-data.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ VIVO docker container is available at [vivoweb/vivo](https://hub.docker.com/r/vi | |
|
||
#### Build Args | ||
|
||
Build args are used at time of building the Docker image. | ||
Build args used at time of building the Docker image. | ||
|
||
| Variable | Description | Default | | ||
| ----------------------------- | -----------------------------| ------------------------------------ | | ||
|
@@ -42,7 +42,7 @@ Build args are used at time of building the Docker image. | |
| Variable | Description | Default | | ||
| ----------------------------- | ---------------------------------------------------------------- | ----------------------------------------------- | | ||
| TOMCAT_CONTEXT_PATH | Tomcat webapp context path | ROOT | | ||
| VIVO_HOME | VIVO home directory in container | /usr/local/vivo/home | | ||
| VIVO_HOME | VIVO home directory in container | /usr/local/vivo/home | | ||
| TDB_FILE_MODE | TDB file mode | direct | | ||
| ROOT_USER_ADDRESS | Root user email address | [email protected] | | ||
| DEFAULT_NAMESPACE | Default namespace | http://vivo.mydomain.edu/individual/ | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters