mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 18:19:30 +00:00
do not expose prometheus and mktxp ports
This commit is contained in:
parent
dc73cce440
commit
9a9e21451b
1 changed files with 0 additions and 4 deletions
|
|
@ -18,8 +18,6 @@ services:
|
||||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
- '--storage.tsdb.path=/prometheus'
|
- '--storage.tsdb.path=/prometheus'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- 9090:9090
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
labels:
|
labels:
|
||||||
|
|
@ -54,8 +52,6 @@ services:
|
||||||
image: mktxp:latest
|
image: mktxp:latest
|
||||||
volumes:
|
volumes:
|
||||||
- './mktxp/:/root/mktxp/'
|
- './mktxp/:/root/mktxp/'
|
||||||
ports:
|
|
||||||
- 49090:49090
|
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue