2021-02-18 10:07:19 -06:00
|
|
|
version: '3.2'
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
solr:
|
|
|
|
image: vivoweb/vivo-solr:latest
|
|
|
|
environment:
|
|
|
|
- RESET_CORE=${RESET_CORE}
|
|
|
|
- VERBOSE=${VERBOSE}
|
|
|
|
ports:
|
|
|
|
- 8983:8983
|
|
|
|
networks:
|
|
|
|
- vivo
|
|
|
|
|
|
|
|
tomcat:
|
|
|
|
container_name: vivo
|
|
|
|
hostname: vivo
|
|
|
|
build:
|
|
|
|
context: ./
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
args:
|
2021-03-24 01:46:24 -05:00
|
|
|
- VIVO_DIR=/usr/local/vivo/home
|
2021-02-18 10:07:19 -06:00
|
|
|
- TDB_FILE_MODE=direct
|
|
|
|
- SOLR_URL=http://solr:8983/solr/vivocore
|
|
|
|
environment:
|
|
|
|
- RESET_HOME=${RESET_HOME}
|
|
|
|
- VERBOSE=${VERBOSE}
|
|
|
|
ports:
|
|
|
|
- 8080:8080
|
|
|
|
volumes:
|
2021-03-24 01:46:24 -05:00
|
|
|
- ${LOCAL_VIVO_HOME}:/usr/local/vivo/home
|
2021-02-18 10:07:19 -06:00
|
|
|
networks:
|
|
|
|
- vivo
|
|
|
|
|
|
|
|
networks:
|
|
|
|
vivo:
|