Skip to content

Commit

Permalink
chore: disable grafana and prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Nov 18, 2024
1 parent 0eb6cfe commit 972f8b0
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions deployment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,30 +134,30 @@ services:
- agent_lb
- clickhouse

prometheus:
image: prom/prometheus
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yaml'
ports:
- 9090:9090
restart: unless-stopped
volumes:
- ./prometheus:/etc/prometheus
- prometheus:/prometheus


grafana:
image: grafana/grafana
container_name: grafana
ports:
- 4000:3000
restart: unless-stopped
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=grafana
volumes:
- ./grafana:/etc/grafana/provisioning/datasources
# prometheus:
# image: prom/prometheus
# container_name: prometheus
# command:
# - '--config.file=/etc/prometheus/prometheus.yaml'
# ports:
# - 9090:9090
# restart: unless-stopped
# volumes:
# - ./prometheus:/etc/prometheus
# - prometheus:/prometheus


# grafana:
# image: grafana/grafana
# container_name: grafana
# ports:
# - 4000:3000
# restart: unless-stopped
# environment:
# - GF_SECURITY_ADMIN_USER=admin
# - GF_SECURITY_ADMIN_PASSWORD=grafana
# volumes:
# - ./grafana:/etc/grafana/provisioning/datasources
volumes:
mysql:
grafana:
Expand Down

0 comments on commit 972f8b0

Please sign in to comment.