mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Bump SQL and Redis for new installs
This commit is contained in:
@@ -44,8 +44,8 @@ x-allianceauth-health-check: &allianceauth-health-checks
|
||||
|
||||
services:
|
||||
auth_mysql:
|
||||
image: mariadb:10.11
|
||||
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password]
|
||||
image: mariadb:11.8
|
||||
command: [mariadbd, --default-authentication-plugin=mysql_native_password]
|
||||
volumes:
|
||||
- ./mysql-data:/var/lib/mysql
|
||||
- ./setup.sql:/docker-entrypoint-initdb.d/setup.sql
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
max-file: "5"
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
image: redis:8
|
||||
command: redis-server
|
||||
restart: always
|
||||
volumes:
|
||||
@@ -132,7 +132,7 @@ services:
|
||||
replicas: 2
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana-oss:9.5.2
|
||||
image: grafana/grafana-oss:latest
|
||||
restart: always
|
||||
depends_on:
|
||||
- auth_mysql
|
||||
|
||||
Reference in New Issue
Block a user