mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-15 13:55:19 +02:00
need to set variable so prometheus metrics are actually shared between worker processes
@ -9,6 +9,7 @@ services:
|
||||
netbox:
|
||||
environment:
|
||||
METRICS_ENABLED: 'true'
|
||||
prometheus_multiproc_dir: /tmp/metrics
|
||||
volumes:
|
||||
- type: tmpfs
|
||||
target: /tmp/metrics
|
||||
|
Reference in New Issue
Block a user