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