mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
18 lines
341 B
YAML
18 lines
341 B
YAML
---
|
|
|
|
# sources:
|
|
# - https://github.com/prometheus/node_exporter
|
|
|
|
version: '3.8'
|
|
services:
|
|
node_exporter:
|
|
container_name: node_exporter
|
|
image: quay.io/prometheus/node-exporter:v1.8.0
|
|
command:
|
|
- '--path.rootfs=/host'
|
|
network_mode: host
|
|
pid: host
|
|
restart: unless-stopped
|
|
volumes:
|
|
- '/:/host:ro,rslave'
|