Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 29, 2024
1 parent 1d126a6 commit b323fe4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/grafana-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ services:
# # Part for local lan services only
# - traefik.http.routers.grafana.middlewares=local-ipwhitelist@file

#prometheus:
# image: prom/prometheus
# container_name: prometheus
# restart: unless-stopped
# expose:
# - 9090
# volumes:
# - ./volume-data/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
# #networks:
# # - monitoring_default

#networks:
# monitoring_default:
# external: true

0 comments on commit b323fe4

Please sign in to comment.