saving in place

This commit is contained in:
Krypto Kajun
2025-10-04 09:31:02 -05:00
parent 76c1b5cee1
commit f358f49aa9
295 changed files with 72071 additions and 17209 deletions

View File

@@ -232,6 +232,32 @@ services:
- mev-bot-network
# Log aggregation with Fluentd
# Node Exporter for system metrics
node-exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: mev-bot-node-exporter
restart: unless-stopped
command:
- '--path.rootfs=/host'
volumes:
- '/:/host:ro,rslave'
ports:
- "9100:9100"
# Security
security_opt:
- no-new-privileges:true
read_only: true
tmpfs:
- /tmp:noexec,nosuid,size=10m
networks:
- mev-bot-network
fluentd:
build:
context: ./monitoring/fluentd