We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f9f0f commit 9fbe4e3Copy full SHA for 9fbe4e3
Dockerfile
@@ -3,7 +3,7 @@ FROM eclipse-temurin:11.0.27_6-jre-focal
3
# renovate: datasource=maven depName=alpaca packageName=ca.islandora.alpaca:islandora-alpaca-app
4
ENV ALPACA_VERSION=2.2.0
5
ENV ALPACA_LOG_LEVEL="INFO"
6
-ENV JAVE_MEMORY="-Xms512 -Xmx512"
+ENV JAVE_MEMORY="-Xms512m -Xmx512m"
7
ENV ACTIVEMQ_HOST="activemq"
8
ENV ACTIVEMQ_JMS_PORT="61616"
9
ENV HOMARUS_URL="http://crayfish/homarus/convert"
0 commit comments