Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Eroglu <[email protected]>
  • Loading branch information
hasanheroglu committed Oct 4, 2024
1 parent b9e0164 commit 75caf5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions conf/grafana/provisioning/datasources/datasource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
isDefault: false
24 changes: 12 additions & 12 deletions docker-compose-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -182,4 +182,4 @@ volumes:
networks:
things_network:
name: things_network
driver: 'bridge'
driver: "bridge"

0 comments on commit 75caf5e

Please sign in to comment.