Skip to content

Commit

Permalink
refine sword dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Dec 10, 2019
1 parent 050929c commit daf4b9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mrt-services/sword/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ FROM tomcat:8-jre8
COPY --from=build /root/.m2/repository/org/cdlib/mrt/mrt-swordwarpub/1.0-SNAPSHOT/mrt-swordwarpub-1.0-SNAPSHOT.war /usr/local/tomcat/webapps/sword.war

EXPOSE 8080 8009

RUN mkdir -p /apps/replic/tst/sword/mrtHomes/sword

COPY sword-info.txt /apps/replic/tst/sword/mrtHomes/sword
9 changes: 9 additions & 0 deletions mrt-services/sword/sword-info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
maxUploadSize=100000000
jssecacert=**TBD**
ldapHost=**TBD**
link=http://localhost:8084/sword/v2/object/
editmedia=http://localhost:8089/d/
edit=http://http://localhost:8084/sword/edit/
ingestUrlAdd=http://localhost:8080/ingest/submit-object
ingestUrlUpdate=http://localhost:8080/ingest/update-object
retainTargetUrl=true

0 comments on commit daf4b9a

Please sign in to comment.