mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 18:25:09 +00:00
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.
11 lines
247 B
Bash
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 * * * *"
|