From f76b5d81c075cee4472ff070d014757810b4ef36 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 28 May 2021 13:44:15 +0200 Subject: [PATCH] Fix indentation --- compose.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/compose.yml b/compose.yml index a1e57a7..c3a278a 100644 --- a/compose.yml +++ b/compose.yml @@ -26,23 +26,23 @@ services: volumes: - redis:/data - es: - image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.10 - environment: - - "ES_JAVA_OPTS=-Xms512m -Xmx512m" - - "cluster.name=es-mastodon" - - "discovery.type=single-node" - - "bootstrap.memory_lock=true" - networks: - - internal_network - healthcheck: - test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"] - volumes: - - es:/usr/share/elasticsearch/data - ulimits: - memlock: - soft: -1 - hard: -1 + es: + image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.10 + environment: + - "ES_JAVA_OPTS=-Xms512m -Xmx512m" + - "cluster.name=es-mastodon" + - "discovery.type=single-node" + - "bootstrap.memory_lock=true" + networks: + - internal_network + healthcheck: + test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"] + volumes: + - es:/usr/share/elasticsearch/data + ulimits: + memlock: + soft: -1 + hard: -1 web: image: &image tootsuite/mastodon:v3.3.0