Skip to content

Commit

Permalink
refactor : 운영 서버 Prometheus, Loki, Grafana 컨테이너 제거 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjKim1229 committed Feb 15, 2025
1 parent 87b2a0e commit 99a3d27
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,6 @@ services:
networks:
- clubber

# prometheus:
# container_name: prometheus
# image: prom/prometheus:latest
# ports:
# - "9090:9090"
# volumes:
# - ./prometheus.yml:/etc/prometheus/prometheus.yml
# extra_hosts:
# - "host.docker.internal:host-gateway"
# networks:
# - clubber
#
# grafana:
# image: grafana/grafana:latest
# environment:
# - GF_SERVER_HTTP_PORT=4000
# container_name: grafana
# ports:
# - "4000:4000"
# # volumes:
# # - ./grafana:/var/lib/grafana
# depends_on:
# - prometheus
# networks:
# - clubber
#
# loki:
# container_name: loki
# image: grafana/loki:latest
# ports:
# - "3100:3100"
# volumes:
# - ./loki-config.yml:/etc/loki/loki-config.yaml
# command: -config.file=/etc/loki/loki-config.yaml -config.expand-env=true
# networks:
# - clubber

promtail:
container_name: promtail
image: grafana/promtail:latest
Expand Down

0 comments on commit 99a3d27

Please sign in to comment.