Skip to content

Commit b323fe4

Browse files
authored
Update docker-compose.yml
1 parent 1d126a6 commit b323fe4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/grafana-monitoring/docker-compose.yml

+11
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ services:
9999
# # Part for local lan services only
100100
# - traefik.http.routers.grafana.middlewares=local-ipwhitelist@file
101101

102+
#prometheus:
103+
# image: prom/prometheus
104+
# container_name: prometheus
105+
# restart: unless-stopped
106+
# expose:
107+
# - 9090
108+
# volumes:
109+
# - ./volume-data/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
110+
# #networks:
111+
# # - monitoring_default
112+
102113
#networks:
103114
# monitoring_default:
104115
# external: true

0 commit comments

Comments
 (0)