mirror of
https://github.com/librenms/docker.git
synced 2026-07-20 01:57:54 +00:00
16 lines
273 B
Bash
16 lines
273 B
Bash
TZ=Europe/Paris
|
|
|
|
MEMORY_LIMIT=256M
|
|
UPLOAD_MAX_SIZE=16M
|
|
OPCACHE_MEM_SIZE=128
|
|
|
|
LIBRENMS_POLLER_THREADS=16
|
|
LIBRENMS_SNMP_COMMUNITY=librenmsdocker
|
|
|
|
DB_HOST=db
|
|
DB_NAME=librenms
|
|
DB_USER=librenms
|
|
DB_PASSWORD=asupersecretpassword
|
|
|
|
MEMCACHED_HOST=memcached
|
|
RRDCACHED_HOST=rrdcached
|