From 75caf5e6b984d59c16359aa397d7aef0ebac5963 Mon Sep 17 00:00:00 2001 From: Hasan Eroglu Date: Fri, 4 Oct 2024 13:51:32 +0300 Subject: [PATCH] run prettier Signed-off-by: Hasan Eroglu --- .../provisioning/datasources/datasource.yml | 4 ++-- docker-compose-infra.yml | 24 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/conf/grafana/provisioning/datasources/datasource.yml b/conf/grafana/provisioning/datasources/datasource.yml index 52efd23..a2eb8ee 100644 --- a/conf/grafana/provisioning/datasources/datasource.yml +++ b/conf/grafana/provisioning/datasources/datasource.yml @@ -9,9 +9,9 @@ datasources: url: http://prometheus:${PROMETHEUS_PORT} isDefault: true - name: loki-datasource - uid: cdxkxyq1xjmyoc # THIS IS IMPORTANT ON THE DASHBOARD MUST BE THE SAME + uid: cdxkxyq1xjmyoc # THIS IS IMPORTANT ON THE DASHBOARD MUST BE THE SAME orgId: 1 type: loki access: proxy url: http://loki:${LOKI_PORT} - isDefault: false \ No newline at end of file + isDefault: false diff --git a/docker-compose-infra.yml b/docker-compose-infra.yml index 14fda0e..baa8be5 100644 --- a/docker-compose-infra.yml +++ b/docker-compose-infra.yml @@ -132,15 +132,15 @@ services: networks: - things_network depends_on: - - coap-calculator-simple - - coap-calculator-content-negotiation - - http-express-calculator-simple - - http-express-calculator-content-negotiation - - http-flask-calculator - - mqtt-calculator - - modbus-elevator - - http-advanced-coffee-machine - - http-data-schema-thing + - coap-calculator-simple + - coap-calculator-content-negotiation + - http-express-calculator-simple + - http-express-calculator-content-negotiation + - http-flask-calculator + - mqtt-calculator + - modbus-elevator + - http-advanced-coffee-machine + - http-data-schema-thing portainer: image: portainer/portainer-ce:latest volumes: @@ -152,10 +152,10 @@ services: deploy: resources: limits: - cpus: '0.08' + cpus: "0.08" memory: 50M reservations: - cpus: '0.05' + cpus: "0.05" memory: 50M loki: image: grafana/loki:2.9.2 @@ -182,4 +182,4 @@ volumes: networks: things_network: name: things_network - driver: 'bridge' \ No newline at end of file + driver: "bridge"