Commit 38f94daa authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Recupera interfaz y prueba config anidada

parent 08e6d204
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ SYNC_MODE=event
SYNC_DELAY=0
SESSION_STICKY=true
CLUSTER_DISCOVERY_URL=tasks.geoserver
CLUSTER_NETWORK_INTERFACE_IP=10.*.*.*
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ services:
      - SYNC_DELAY
      - SESSION_STICKY
      - CLUSTER_DISCOVERY_URL
      - CLUSTER_NETWORK_INTERFACE_IP
      - JAVA_OPTS=-DPROXY_BASE_URL=https://${GEOSERVER_SUBDOMAIN}.${PUBLIC_HOSTNAME}/geoserver
    networks:
      - gis-net
+4 −1
Original line number Diff line number Diff line
@@ -18,8 +18,11 @@
    <join>
      <multicast enabled="false"></multicast>
      <tcp-ip enabled="true" connection-timeout-seconds="30">
        ${CLUSTER_NODES_IPS_TAGS}
        <member-list>${CLUSTER_NODES_IPS_TAGS}</member-list>
      </tcp-ip>
    </join>
    <interfaces enabled="true">
      <interface>${CLUSTER_NETWORK_INTERFACE_IP}</interface>
    </interfaces>
  </network>
</hazelcast>
+1 −1

File changed.

Contains only whitespace changes.