librenms / docker

LibreNMS Docker image
MIT License
691 stars 278 forks source link

Monolithic mode for the docker image #282

Open murrant opened 2 years ago

murrant commented 2 years ago

Simply set MONOLITHIC=1

This will include all sidecars in one container.

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.