1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

Merge pull request #436 from murrant/mariadb-redis-updates

Update MariaDB and Redis
This commit is contained in:
CrazyMax 2024-05-22 16:18:46 +02:00 committed by GitHub
commit 993bd17cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}"