mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-27 12:29:32 +00:00
improves naming of containers
This commit is contained in:
parent
a3c990ca83
commit
7cb70f316f
2 changed files with 83 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ services:
|
|||
# https://github.com/stefanprodan/dockprom
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.42.0
|
||||
container_name: prometheus
|
||||
container_name: mikrotik-prometheus
|
||||
volumes:
|
||||
- ./prometheus:/etc/prometheus
|
||||
- prometheus_data:/prometheus
|
||||
|
|
@ -26,7 +26,7 @@ services:
|
|||
# https://github.com/stefanprodan/dockprom
|
||||
grafana:
|
||||
image: grafana/grafana:9.3.6
|
||||
container_name: grafana
|
||||
container_name: mikrotik-grafana
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
- ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards:ro
|
||||
|
|
@ -47,6 +47,7 @@ services:
|
|||
# https://github.com/akpw/mktxp
|
||||
mktxp:
|
||||
image: ghcr.io/akpw/mktxp:gha-4093170275
|
||||
container_name: mikrotik-mktxp
|
||||
volumes:
|
||||
# Since Version v0.37 mktxp runs as single user
|
||||
# Prior it was root
|
||||
|
|
@ -57,7 +58,7 @@ services:
|
|||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx
|
||||
container_name: mikrotik-nginx
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./nginx/nginx-selfsigned.key:/etc/nginx/ssl/nginx-selfsigned.key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue