mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-15 16:24:24 +00:00
chore(containers): maintain compositions
This commit is contained in:
17
containers/node-exporter/docker-compose.yml
Normal file
17
containers/node-exporter/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
|
||||
# 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'
|
||||
Reference in New Issue
Block a user