Commit 08e6d204 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Expone puerto anterior y limpia config

parent 9b98c6e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ RUN rm -fr ${TEMP_PATH} && \

USER geoserver

EXPOSE ${GEOSERVER_PORT}
EXPOSE ${GEOSERVER_PORT} ${HAZELCAST_PORT}

ENTRYPOINT ["/docker-entrypoint.sh"]

+1 −13
Original line number Diff line number Diff line
@@ -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>