matrix
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
prometheus:
|
||||
image: docker.io/prom/prometheus
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- '127.0.0.1:9090:9090'
|
||||
volumes:
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
grafana:
|
||||
image: docker.io/grafana/grafana
|
||||
container_name: grafana
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- '4000:4000'
|
||||
volumes:
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
- loki-data:/loki
|
||||
- /opt/monitoring/local-config.yml:/etc/loki/local-config.yaml
|
||||
command: -config.file=/etc/loki/local-config.yaml
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
networks:
|
||||
- monitoring
|
||||
|
||||
@@ -67,11 +67,12 @@ services:
|
||||
- --stability.level=experimental
|
||||
networks:
|
||||
- monitoring
|
||||
restart: always
|
||||
|
||||
podman-exporter:
|
||||
image: quay.io/navidys/prometheus-podman-exporter
|
||||
container_name: podman-exporter
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
privileged: true
|
||||
user: root
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user