Revert deployment strategy (#230)
* revert deployment changes * update docker and compose for previous deployment * minor readme update * use package instead of install this avoids exploding war file in tomcat but seems to be missing overlays for VIVO theme * test docker workflow * test deploy workflow * add package profile for home * skip deploy for installer * skip installer by profile * update workflows * minor readme update * use app-name for vivo log file name * Update log4j.properties Co-authored-by: William Welling <wwelling@library.tamu.edu>
This commit is contained in:
parent
47fb4fdc05
commit
d00d7de585
17 changed files with 359 additions and 168 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- VIVO_DIR=/opt/vivo/home
|
||||
- VIVO_DIR=/usr/local/vivo/home
|
||||
- TDB_FILE_MODE=direct
|
||||
- SOLR_URL=http://solr:8983/solr/vivocore
|
||||
environment:
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ${LOCAL_VIVO_HOME}:/opt/vivo/home
|
||||
- ${LOCAL_VIVO_HOME}:/usr/local/vivo/home
|
||||
networks:
|
||||
- vivo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue