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:
commit
993bd17cb2
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