chore(containers): maintain compositions

This commit is contained in:
Michele Cereda
2024-05-12 12:39:27 +02:00
parent e941d544d9
commit 0c943c7600
8 changed files with 62 additions and 5 deletions

View 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'