mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-28 21:29:31 +00:00
added run.sh
This commit is contained in:
parent
13266b3263
commit
14dfc12bc7
6 changed files with 223 additions and 6 deletions
|
|
@ -16,11 +16,13 @@ services:
|
|||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
user: root
|
||||
user: ${CURRENT_USER}
|
||||
container_name: mk_prometheus
|
||||
restart: always
|
||||
environment:
|
||||
- MIKROTIK_IP=${MIKROTIK_IP}
|
||||
volumes:
|
||||
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./prometheus/:/etc/prometheus
|
||||
- ./prometheus/data/:/prometheus
|
||||
ports:
|
||||
- "9090:9090"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue