Loading deploy/docker-compose.tmpl.yml +3 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ services: - XPACK_APM_ENABLED=false - XPACK_INFRA_ENABLED=false - XPACK_LOGSTASH_ENABLED=false - NODE_OPTIONS=--max_old_space_size=8192 - ELASTICSEARCH_URL - ELASTICSEARCH_USERNAME - ELASTICSEARCH_PASSWORD Loading @@ -28,7 +27,7 @@ services: healthcheck: test: curl --silent http://localhost:${PORT} interval: 30s timeout: 10m timeout: 1m retries: 3 start_period: 2m deploy: Loading @@ -43,8 +42,8 @@ services: window: 2m resources: limits: cpus: '1' memory: 1G cpus: '2' memory: 3G reservations: memory: 512M Loading Loading
deploy/docker-compose.tmpl.yml +3 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ services: - XPACK_APM_ENABLED=false - XPACK_INFRA_ENABLED=false - XPACK_LOGSTASH_ENABLED=false - NODE_OPTIONS=--max_old_space_size=8192 - ELASTICSEARCH_URL - ELASTICSEARCH_USERNAME - ELASTICSEARCH_PASSWORD Loading @@ -28,7 +27,7 @@ services: healthcheck: test: curl --silent http://localhost:${PORT} interval: 30s timeout: 10m timeout: 1m retries: 3 start_period: 2m deploy: Loading @@ -43,8 +42,8 @@ services: window: 2m resources: limits: cpus: '1' memory: 1G cpus: '2' memory: 3G reservations: memory: 512M Loading