Skip to content

Commit

Permalink
[fix]충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kmw2378 committed Jul 6, 2024
2 parents 827d328 + 7391a90 commit 3ce3e02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 100 deletions.
21 changes: 1 addition & 20 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ services:
image: grafana/grafana
container_name: grafana
restart: always
user: "472"
ports:
- "3009:3000"
environment:
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 3ce3e02

Please sign in to comment.