services: << service_name >>: image: quay.io/prometheus/node-exporter:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - /:/host:ro,rslave command: --path.rootfs=/host --collector.filesystem.mount-points-exclude="^/(sys|proc|dev|host|etc)($$|/)" ports: - "<< port >>:9100" pid: host restart: unless-stopped