Skip to content

Commit

Permalink
[ci] grafana 설정 수정
Browse files Browse the repository at this point in the history
grafana 설정 수정
  • Loading branch information
YeaChan05 committed Jul 3, 2024
1 parent f675a4e commit fb812df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 101 deletions.
23 changes: 2 additions & 21 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ services:
image: grafana/grafana
container_name: grafana
restart: always
user: "$UID:$GID"
ports:
- "3009:3000"
environment:
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
volumes:
- grafana-storage:/var/lib/grafana
- ./grafana-data:/var/lib/grafana

mysqld_exporter:
image: quay.io/prometheus/mysqld-exporter
Expand All @@ -106,26 +107,6 @@ services:
- "9104:9104"
volumes:
- /home/ec2-user/my.cnf:/etc/mysql/my.cnf

# loki:
# image: grafana/loki:latest
# container_name: loki
# restart: always
# ports:
# - "3100:3100"
# volumes:
# - ./loki-config.yml:/etc/loki/local-config.yaml
#
# promtail:
# image: grafana/promtail:latest
# container_name: promtail
# restart: always
# volumes:
# - /var/log:/var/log
# - ./promtail-config.yml:/etc/promtail/config.yml
# command: -config.file=/etc/promtail/config.yml
# environment:
# - HOSTNAME=promtail
volumes:
grafana-storage:
prometheus-data:
Expand Down
53 changes: 0 additions & 53 deletions loki-config.yml

This file was deleted.

27 changes: 0 additions & 27 deletions promtail-config.yml

This file was deleted.

0 comments on commit fb812df

Please sign in to comment.