remove rrdcached

This commit is contained in:
2026-03-27 18:17:32 +01:00
parent f1afb272aa
commit 04f0dd1c1c
-18
View File
@@ -21,24 +21,6 @@ services:
container_name: librenms_redis container_name: librenms_redis
restart: unless-stopped restart: unless-stopped
rrdcached:
image: crazymax/rrdcached:latest
container_name: librenms_rrdcached
env_file:
- ./librenms.env
environment:
TZ: Europe/Paris
volumes:
- /var/lib/docker/volumes/librenms/rrd_data:/data/db
command:
- -w 1800
- -z 1800
- -f 3600
- -j /data/journal
- -t 4
- -F
restart: unless-stopped
librenms: librenms:
image: librenms/librenms:latest image: librenms/librenms:latest
container_name: librenms container_name: librenms