Skip to content

Commit

Permalink
Custom war file added
Browse files Browse the repository at this point in the history
  • Loading branch information
4tikhonov committed Aug 28, 2020
1 parent 5bb8d55 commit 01ca2a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
postgres:
container_name: postgres
ports:
- "5432:5432"
- "5433:5432"
image: library/postgres:10.13
restart: unless-stopped

Expand Down Expand Up @@ -72,6 +72,7 @@ services:
- "CVM_SERVER_NAME=CESSDA" #Optional
- "CVM_SERVER_URL=http://cvm.dataverse.tk" #Optional
- "CVM_TSV_SOURCE=https://raw.githubusercontent.com/ekoi/speeltuin/master/resources/CMM_Custom_MetadataBlock.tsv" #Optional
- "WAR_FILE=https://github.com/IQSS/dataverse-docker/releases/download/5.0.1-cvm/dataverse-5_0_cvm.war"
- "LANG=en"
- "cvManager=http://"
- "BUNDLEPROPERTIES=Bundle.properties"
Expand Down

0 comments on commit 01ca2a7

Please sign in to comment.