Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ RUN rm -fr ${TEMP_PATH} && \ USER geoserver EXPOSE ${GEOSERVER_PORT} EXPOSE ${GEOSERVER_PORT} ${HAZELCAST_PORT} ENTRYPOINT ["/docker-entrypoint.sh"] Loading scripts/hazelcast.template +1 −13 Original line number Diff line number Diff line Loading @@ -21,17 +21,5 @@ ${CLUSTER_NODES_IPS_TAGS} </tcp-ip> </join> <interfaces enabled="true"> <interface>10.*.*.*</interface> </interfaces> </network> <!-- The WPS status map --> <map name="wpsExecutionStatusMap"> <indexes> <!-- Add indexes to support the two most common queries --> <index ordered="false">executionId</index> <index ordered="true">completionTime</index> </indexes> </map> </hazelcast> Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ RUN rm -fr ${TEMP_PATH} && \ USER geoserver EXPOSE ${GEOSERVER_PORT} EXPOSE ${GEOSERVER_PORT} ${HAZELCAST_PORT} ENTRYPOINT ["/docker-entrypoint.sh"] Loading
scripts/hazelcast.template +1 −13 Original line number Diff line number Diff line Loading @@ -21,17 +21,5 @@ ${CLUSTER_NODES_IPS_TAGS} </tcp-ip> </join> <interfaces enabled="true"> <interface>10.*.*.*</interface> </interfaces> </network> <!-- The WPS status map --> <map name="wpsExecutionStatusMap"> <indexes> <!-- Add indexes to support the two most common queries --> <index ordered="false">executionId</index> <index ordered="true">completionTime</index> </indexes> </map> </hazelcast>