Explorar o código

Reverted back last revert, sorry! #488

Mark Shust %!s(int64=3) %!d(string=hai) anos
pai
achega
36fed4d780
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compose/docker-compose.yml

+ 4 - 0
compose/docker-compose.yml

@@ -46,6 +46,10 @@ services:
     environment:
       - "discovery.type=single-node"
       - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
+      # Avoid test failures due to small disks
+      # More info at https://github.com/markshust/docker-magento/issues/488
+      - "cluster.routing.allocation.disk.threshold_enabled=false"
+      - "index.blocks.read_only_allow_delete"
 
   rabbitmq:
     image: rabbitmq:3.8.22-management-alpine