add env file to rrd container

This commit is contained in:
2026-03-27 18:16:07 +01:00
parent 86f5655a10
commit f1afb272aa
+2
View File
@@ -24,6 +24,8 @@ services:
rrdcached: rrdcached:
image: crazymax/rrdcached:latest image: crazymax/rrdcached:latest
container_name: librenms_rrdcached container_name: librenms_rrdcached
env_file:
- ./librenms.env
environment: environment:
TZ: Europe/Paris TZ: Europe/Paris
volumes: volumes: