1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

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
This commit is contained in:
Tony Murray 2024-05-22 08:30:07 -05:00
parent 3fdcc0b230
commit 3131ae9f5b
5 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ name: librenms
services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: librenms_db
command:
- "mysqld"
@ -21,7 +21,7 @@ services:
restart: always
redis:
image: redis:5.0-alpine
image: redis:7.2-alpine
container_name: librenms_redis
environment:
- "TZ=${TZ}"

View file

@ -25,7 +25,7 @@ x-envlibrenms: &envlibrenms
services:
db:
image: mariadb:10.5
image: mariadb:10.11
command:
- "mysqld"
- "--innodb-file-per-table=1"
@ -43,7 +43,7 @@ services:
restart: always
redis:
image: redis:5.0-alpine
image: redis:7.2-alpine
environment:
TZ: *TZ
restart: always

View file

@ -2,7 +2,7 @@ name: librenms
services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: librenms_db
command:
- "mysqld"
@ -21,7 +21,7 @@ services:
restart: always
redis:
image: redis:5.0-alpine
image: redis:7.2-alpine
container_name: librenms_redis
environment:
- "TZ=${TZ}"

View file

@ -36,7 +36,7 @@ services:
restart: always
db:
image: mariadb:10.5
image: mariadb:10
container_name: librenms_db
command:
- "mysqld"
@ -55,7 +55,7 @@ services:
restart: always
redis:
image: redis:5.0-alpine
image: redis:7.2-alpine
container_name: librenms_redis
environment:
- "TZ=${TZ}"

View file

@ -2,7 +2,7 @@ name: librenms
services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: librenms_db
command:
- "mysqld"
@ -21,7 +21,7 @@ services:
restart: always
redis:
image: redis:5.0-alpine
image: redis:7.2-alpine
container_name: librenms_redis
environment:
- "TZ=${TZ}"