From dfbae798183150598cbcfde29776a653181708e1 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Mon, 1 Jun 2020 22:44:01 +0200
Subject: [PATCH] [PicaMetrics] Fix indentation in Compose

---
 pica-metrics-bot/docker-compose.yml | 38 ++++++++++++++---------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/pica-metrics-bot/docker-compose.yml b/pica-metrics-bot/docker-compose.yml
index d42c9897..c6020a04 100644
--- a/pica-metrics-bot/docker-compose.yml
+++ b/pica-metrics-bot/docker-compose.yml
@@ -22,22 +22,22 @@ services:
       - picasoft-metrics
     restart: unless-stopped
 
-influxdb:
-    image: registry.picasoft.net/influxdb:1.7.9
-    container_name: influxdb-services
-    volumes:
-      - influxdb:/var/lib/influxdb
-    environment:
-      - INFLUXDB_HTTP_AUTH_ENABLED=true
-      - INFLUXDB_DATA_MAX_VALUES_PER_TAG=0
-      # See https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/#switch-between-tsm-and-tsi-indexes
-      - INFLUXDB_DATA_INDEX_VERSION=tsi1
-    env_file: ./secrets/influxdb.secrets
-    labels:
-      traefik.frontend.rule: "Host:influxdb.picasoft.net"
-      traefik.port: 8086
-      traefik.enable: true
-    networks:
-      - picasoft-metrics
-      - docker_default
-    restart: always
+  influxdb:
+      image: registry.picasoft.net/influxdb:1.7.9
+      container_name: influxdb-services
+      volumes:
+        - influxdb:/var/lib/influxdb
+      environment:
+        - INFLUXDB_HTTP_AUTH_ENABLED=true
+        - INFLUXDB_DATA_MAX_VALUES_PER_TAG=0
+        # See https://docs.influxdata.com/influxdb/v1.7/administration/upgrading/#switch-between-tsm-and-tsi-indexes
+        - INFLUXDB_DATA_INDEX_VERSION=tsi1
+      env_file: ./secrets/influxdb.secrets
+      labels:
+        traefik.frontend.rule: "Host:influxdb.picasoft.net"
+        traefik.port: 8086
+        traefik.enable: true
+      networks:
+        - picasoft-metrics
+        - docker_default
+      restart: always
-- 
GitLab