CrazyMax
eced9ae955
examples: generate random password for db root
2024-05-27 10:51:28 +02:00
Tony Murray
3131ae9f5b
Update MariaDB and Redis
...
MariaDB 10 picked because 11 renames some binaries and requires further changes (10.7->10.11)
Redis 7.2 picked as the last version with a good license
2024-05-22 08:31:34 -05:00
CrazyMax
8d9cf3e991
switch to compose v2 cmd
2023-07-22 10:21:09 +02:00
Brian Candler
453b31cc64
Add 'name' top-level attribute to docker-compose.yml
...
This changes the project name from "compose"
to "librenms". Also remove "version" top-level
attribute as this is no longer required by the
compose spec.
Fixes #325
2022-12-30 08:46:12 +00:00
CrazyMax
d9dab05eb0
Move REDIS env vars in librenms.env file ( #290 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-14 16:27:47 +02:00
Tony Murray
6cece230da
Remove memcached and use redis fully ( #286 )
2022-07-14 15:18:47 +02:00
d-k-7
675c93441d
Add MAX_INPUT_VARS env var ( #271 )
2022-07-13 02:01:51 +02:00
CrazyMax
aeeacf3cd6
LibreNMS 21.11.0 ( #242 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-11-14 23:46:36 +01:00
MarlinMr
57b1df6596
Misspelling of environment variable ( #220 )
2021-08-10 13:23:05 +02:00
Anton Lundin
b2d4ddb2c1
Create and enable a snmp trap handling container ( #180 )
2021-08-01 07:26:12 +02:00
CrazyMax
3dcc7d7a69
Update db service example ( #193 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-18 18:34:00 +02:00
Tony Murray
3640abdb7b
All containers should connect to redis ( #178 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-18 17:29:39 +02:00
CrazyMax
06d918843a
Update examples
2020-11-08 18:10:21 +01:00
CrazyMax
3e15edd030
Update to Traefik v2
2020-11-01 21:03:36 +01:00
CrazyMax
84083b8a6d
Replace RRDCACHED_HOST and RRDCACHED_PORT with RRDCACHED_SERVER env var
2020-11-01 20:50:22 +01:00
CrazyMax
db32c6e043
Remove LIBRENMS_SERVICE_* env vars (now handle through WebUI)
...
Check poller_cluster table exists before running dispatcher
2020-07-03 20:04:52 +02:00
CrazyMax
96b00b6f9c
Handle APP_KEY and NODE_ID ( #91 #93 )
2020-07-03 18:19:46 +02:00
CrazyMax
a8eb4b605d
Fix examples ( #87 )
2020-06-28 03:23:46 +02:00
CrazyMax
f877e307eb
Remove --sql-mode and bump Mariadb to 10.4
2020-05-28 23:03:18 +02:00
CrazyMax
fee60a01c8
Add LibreNMS Weathermap plugin ( #81 )
2020-05-21 18:02:42 +02:00
CrazyMax
721ce2815c
Use msmtpd SMTP relay
2020-05-18 18:38:04 +02:00
CrazyMax
6acb3577a7
Update compose examples
2020-05-09 16:56:11 +02:00
CrazyMax
d982c7a74c
Fix compose ( #65 )
2020-04-06 22:11:58 +02:00
Ike Devolder
062de7ff85
Fix docker-compose examples UID/GID settings ( #64 )
...
when you change the PUID/PGID in the `.env` file, only the librenms
containers UID/GID are changes which causes permission issues with
rrdcached. rrdcached will still be running with UID=1000 and GID=1000.
As a result of that, no graphs will be rendered.
By adding:
```
- "PUID=${PUID}"
- "PGID=${PGID}"
```
to the rrdcache service the graphs will rendered properly because
rrdcached will also run with the same UID/GID as librenms
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2020-03-29 18:51:14 +02:00
CrazyMax
3a92d62e86
Run as non-root user ( #6 )
...
Switch to s6-overlay as process supervisor
Prevent exposing Nginx and PHP version
Bind to unprivileged port (8000)
Remove php-fpm access log (already mirrored by nginx)
2019-11-19 14:09:34 +01:00
CrazyMax
4a5f8a0f4c
Dedicated example for Traefik ( #44 )
2019-10-30 16:53:11 +01:00