added run.sh

This commit is contained in:
IgorKha 2021-10-10 04:20:17 +03:00
parent 13266b3263
commit 14dfc12bc7
No known key found for this signature in database
GPG key ID: F283C5AB2D59E902
6 changed files with 223 additions and 6 deletions

View file

@ -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"