corrected name of containers
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.12.0}
|
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.12.0}
|
||||||
container_name: prometheus
|
container_name: monitor-prometheus
|
||||||
ports:
|
ports:
|
||||||
- "${PROMETHEUS_PORT:-9090}:9090"
|
- "${PROMETHEUS_PORT:-9090}:9090"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -53,7 +53,7 @@ services:
|
|||||||
|
|
||||||
alertmanager:
|
alertmanager:
|
||||||
image: prom/alertmanager:${ALERTMANAGER_VERSION:-v0.32.1}
|
image: prom/alertmanager:${ALERTMANAGER_VERSION:-v0.32.1}
|
||||||
container_name: alertmanager
|
container_name: monitor-alertmanager
|
||||||
ports:
|
ports:
|
||||||
- "${ALERTMANAGER_PORT:-9093}:9093"
|
- "${ALERTMANAGER_PORT:-9093}:9093"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -80,7 +80,7 @@ services:
|
|||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
|
image: grafana/grafana:${GRAFANA_VERSION:-13.0.1}
|
||||||
container_name: grafana
|
container_name: monitor-grafana
|
||||||
ports:
|
ports:
|
||||||
- "${GRAFANA_PORT:-3000}:3000"
|
- "${GRAFANA_PORT:-3000}:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user