saving in place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user