Configure joex with 1.5g heap in docker compose

Issue: #287
This commit is contained in:
Eike Kettner 2020-09-26 13:07:06 +02:00
parent 801de558b8
commit 4451ba0ef3

View File

@ -3,7 +3,7 @@ services:
restserver:
image: eikek0/docspell:restserver-latest
container_name: docspell-restserver
command: /opt/docspell.conf
command: ${DOCSPELL_RESTSERVER_JVM_ARGS} -- /opt/docspell.conf
ports:
- "7880:7880"
volumes:
@ -16,7 +16,7 @@ services:
joex:
image: eikek0/docspell:joex-latest
container_name: docspell-joex
command: /opt/docspell.conf
command: ${DOCSPELL_JOEX_JVM_ARGS:--J-Xmx1536M} -- /opt/docspell.conf
ports:
- "7878:7878"
volumes: