1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-20 16:56:14 +00:00
Commit graph

8 commits

Author SHA1 Message Date
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