Skip to content

Commit

Permalink
[ci] nginx.conf 수정
Browse files Browse the repository at this point in the history
nginx.conf 수정
  • Loading branch information
YeaChan05 committed Jul 2, 2024
1 parent e266210 commit f675a4e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ services:
- "9090:9090"
extra_hosts:
- "host.docker.internal:host-gateway"
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.retention.time=168h'
networks:
- monitoring

grafana:
image: grafana/grafana
Expand All @@ -100,8 +95,6 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD}
volumes:
- grafana-storage:/var/lib/grafana
networks:
- monitoring

mysqld_exporter:
image: quay.io/prometheus/mysqld-exporter
Expand All @@ -113,8 +106,7 @@ services:
- "9104:9104"
volumes:
- /home/ec2-user/my.cnf:/etc/mysql/my.cnf
networks:
- monitoring

# loki:
# image: grafana/loki:latest
# container_name: loki
Expand All @@ -137,8 +129,4 @@ services:
volumes:
grafana-storage:
prometheus-data:
redis-data:

networks:
monitoring:
driver: bridge
redis-data:

0 comments on commit f675a4e

Please sign in to comment.