updates
This commit is contained in:
parent
f888420386
commit
c6e00fd8d9
3 changed files with 8 additions and 3 deletions
|
|
@ -24,6 +24,7 @@ services:
|
|||
|
||||
ASYNCEVENT_PROCESSOR_ENABLED: "true"
|
||||
ASYNCEVENT_PROCESSOR_INITIALDELAY: "10000"
|
||||
ASYNCEVENT_PROCESSOR_INTERVAL: "5000"
|
||||
OCR_SERVICE_ENDPOINT: "http://tika:9998/tika"
|
||||
OCR_SERVICE_MODE: "MODEL"
|
||||
#OCR_PDF_MODE: "OCR_ONLY | TEXT_ONLY | TEXT_AND_OCR (default)"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,13 @@ Build docker image
|
|||
$ mvn clean install -Pdocker
|
||||
|
||||
|
||||
change access rights for teh deployments folder
|
||||
change access rights for the deployments folder
|
||||
|
||||
sudo chown me:me -R deployments/
|
||||
|
||||
|
||||
Deploy for debugging on port 8787
|
||||
|
||||
$ mvn clean install -Pdebug
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
|
|
@ -25,8 +25,8 @@
|
|||
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
|
||||
|
||||
<!-- Versions -->
|
||||
<org.imixs.workflow.version>5.2.7-SNAPSHOT</org.imixs.workflow.version>
|
||||
<org.imixs.marty.version>4.1.8</org.imixs.marty.version>
|
||||
<org.imixs.workflow.version>5.2.7</org.imixs.workflow.version>
|
||||
<org.imixs.marty.version>4.1.10</org.imixs.marty.version>
|
||||
<org.imixs.office.version>4.4.1-SNAPSHOT</org.imixs.office.version>
|
||||
<org.imixs.adapters.version>2.2.4-SNAPSHOT</org.imixs.adapters.version>
|
||||
<org.imixs.archive.version>2.2.7</org.imixs.archive.version>
|
||||
|
|
|
|||
Loading…
Reference in a new issue