mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 21:42:52 +00:00
parent
801de558b8
commit
4451ba0ef3
@ -3,7 +3,7 @@ services:
|
|||||||
restserver:
|
restserver:
|
||||||
image: eikek0/docspell:restserver-latest
|
image: eikek0/docspell:restserver-latest
|
||||||
container_name: docspell-restserver
|
container_name: docspell-restserver
|
||||||
command: /opt/docspell.conf
|
command: ${DOCSPELL_RESTSERVER_JVM_ARGS} -- /opt/docspell.conf
|
||||||
ports:
|
ports:
|
||||||
- "7880:7880"
|
- "7880:7880"
|
||||||
volumes:
|
volumes:
|
||||||
@ -16,7 +16,7 @@ services:
|
|||||||
joex:
|
joex:
|
||||||
image: eikek0/docspell:joex-latest
|
image: eikek0/docspell:joex-latest
|
||||||
container_name: docspell-joex
|
container_name: docspell-joex
|
||||||
command: /opt/docspell.conf
|
command: ${DOCSPELL_JOEX_JVM_ARGS:--J-Xmx1536M} -- /opt/docspell.conf
|
||||||
ports:
|
ports:
|
||||||
- "7878:7878"
|
- "7878:7878"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user