Skip to content

Commit 993bd17

Browse files
authored
Merge pull request #436 from murrant/mariadb-redis-updates
Update MariaDB and Redis
2 parents 3fdcc0b + 3131ae9 commit 993bd17

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

examples/compose/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: librenms
22

33
services:
44
db:
5-
image: mariadb:10.5
5+
image: mariadb:10
66
container_name: librenms_db
77
command:
88
- "mysqld"
@@ -21,7 +21,7 @@ services:
2121
restart: always
2222

2323
redis:
24-
image: redis:5.0-alpine
24+
image: redis:7.2-alpine
2525
container_name: librenms_redis
2626
environment:
2727
- "TZ=${TZ}"

examples/pwd/librenms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ x-envlibrenms: &envlibrenms
2525

2626
services:
2727
db:
28-
image: mariadb:10.5
28+
image: mariadb:10.11
2929
command:
3030
- "mysqld"
3131
- "--innodb-file-per-table=1"
@@ -43,7 +43,7 @@ services:
4343
restart: always
4444

4545
redis:
46-
image: redis:5.0-alpine
46+
image: redis:7.2-alpine
4747
environment:
4848
TZ: *TZ
4949
restart: always

examples/rrdcached-server/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: librenms
22

33
services:
44
db:
5-
image: mariadb:10.5
5+
image: mariadb:10
66
container_name: librenms_db
77
command:
88
- "mysqld"
@@ -21,7 +21,7 @@ services:
2121
restart: always
2222

2323
redis:
24-
image: redis:5.0-alpine
24+
image: redis:7.2-alpine
2525
container_name: librenms_redis
2626
environment:
2727
- "TZ=${TZ}"

examples/traefik/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
restart: always
3737

3838
db:
39-
image: mariadb:10.5
39+
image: mariadb:10
4040
container_name: librenms_db
4141
command:
4242
- "mysqld"
@@ -55,7 +55,7 @@ services:
5555
restart: always
5656

5757
redis:
58-
image: redis:5.0-alpine
58+
image: redis:7.2-alpine
5959
container_name: librenms_redis
6060
environment:
6161
- "TZ=${TZ}"

test/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: librenms
22

33
services:
44
db:
5-
image: mariadb:10.5
5+
image: mariadb:10
66
container_name: librenms_db
77
command:
88
- "mysqld"
@@ -21,7 +21,7 @@ services:
2121
restart: always
2222

2323
redis:
24-
image: redis:5.0-alpine
24+
image: redis:7.2-alpine
2525
container_name: librenms_redis
2626
environment:
2727
- "TZ=${TZ}"

0 commit comments

Comments
 (0)