Skip to content

Commit

Permalink
fix grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirhBrt committed Feb 15, 2024
1 parent c3aefdb commit 520b980
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
env_file:
- .env
volumes:
- ./grafana:/etc/grafana/provisioning/datasources
- ./grafana-storage:/etc/grafana/provisioning/datasources

broker-1:
container_name: broker-1
Expand Down Expand Up @@ -77,4 +77,6 @@ services:
- BROKER_HOST=broker-2
- BROKER_PORT=8002
depends_on:
- zookeeper
- zookeeper
volumes:
grafana-storage: {}

0 comments on commit 520b980

Please sign in to comment.