Skip to content

Commit

Permalink
Restore defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 7, 2024
1 parent 4df2f65 commit 5803a02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
LOCAL_SOLR_PORT=8983
LOCAL_SOLR_DATA=./vivo-solr
RESET_CORE=true
RESET_CORE=false

LOCAL_VIVO_PORT=8080
LOCAL_VIVO_HOME=./vivo-home
RESET_HOME=true
RESET_HOME=false

VIVO_HOME=/usr/local/vivo/home

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ----------------------------- | -----------------------------| ------------------------------------ |
Expand All @@ -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/ |
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ services:
- SOLR_URL=http://solr:8983/solr/vivocore
- LANGUAGE_FILTER_ENABLED=true
- SELECTABLE_LOCALES=en_US,de_DE,sr_Latn_RS,ru_RU,fr_CA,en_CA,es,pt_BR
- LOAD_SAMPLE_DATA=true
- LOAD_SAMPLE_DATA=false
- SAMPLE_DATA_REPO_URL=https://github.com/chenejac/sample-data.git
- SAMPLE_DATA_BRANCH=reorganization
- SAMPLE_DATA_DIRECTORY=demovivo
- SAMPLE_DATA_DIRECTORY=openvivo
- CATALINA_OPTS=-Xms2048M -Xmx8192M
ports:
- ${LOCAL_VIVO_PORT}:8080
Expand Down

0 comments on commit 5803a02

Please sign in to comment.