Skip to content

Commit

Permalink
Refactor docker-compose-full
Browse files Browse the repository at this point in the history
- remove dashboard.yml volume in grafana
- fix directory name
  • Loading branch information
window9u committed Sep 6, 2024
1 parent 6e5f273 commit a11a695
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command:
- --config.file=/etc/prometheus/prometheus.yml
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./monitoring/prometheus.yml:/etc/prometheus/prometheus.yml:ro
grafana:
image: grafana/grafana:latest
container_name: grafana
Expand All @@ -18,9 +18,8 @@ services:
command:
- --config=/etc/grafana/grafana.ini
volumes:
- ./grafana/dashboard.yml:/etc/grafana/provisioning/dashboards/dashboard.yml:ro
- ./grafana/grafana.ini:/etc/grafana/grafana.ini:ro
- ./grafana/datasources.yml:/etc/grafana/provisioning/datasources/datasources.yml:ro
- ./monitoring/grafana.ini:/etc/grafana/grafana.ini:ro
- ./monitoring/datasources.yml:/etc/grafana/provisioning/datasources/datasources.yml:ro
depends_on:
- prometheus
mongo:
Expand Down

0 comments on commit a11a695

Please sign in to comment.