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:
parent
3fdcc0b230
commit
3131ae9f5b
5 changed files with 10 additions and 10 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue