1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 18:25:09 +00:00
librenms-docker/examples/compose/librenms.env
Tony Murray a889f0158e
Stand-alone mode for the docker image
Simply set STANDALONE=1

This will include all sidecars in one container.
 - dispatcher
 - syslong-ng
 - snmptrapd

While the sidecars are great for highly orchestrated setups, the standalone mode is more ideal for simple single node setups (such as home networks).

Additional docker-compose examples.
Remove obsolete memcached references.
2022-07-09 04:09:12 -05:00

11 lines
247 B
Bash

MEMORY_LIMIT=256M
UPLOAD_MAX_SIZE=16M
OPCACHE_MEM_SIZE=128
REAL_IP_FROM=0.0.0.0/32
REAL_IP_HEADER=X-Forwarded-For
LOG_IP_VAR=remote_addr
LIBRENMS_SNMP_COMMUNITY=librenmsdocker
LIBRENMS_WEATHERMAP=false
LIBRENMS_WEATHERMAP_SCHEDULE="*/5 * * * *"