moving away from mariadb
Deploy / security_scan (push) Failing after 20s
Deploy / code_scan (push) Successful in 20s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-20 19:39:16 +02:00
parent ccae7bf73c
commit f8560068dd
2 changed files with 5 additions and 9 deletions
+4 -4
View File
@@ -1,15 +1,16 @@
services:
jakach-login-db:
image: mariadb:10.6.25
image: mysql:8.4.9-oraclelinux9
container_name: jakach-login-db
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: 1234
command: ["mysqld", "--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci"]
networks:
jakach-login-network:
ipv4_address: 192.168.5.2
volumes:
- jakach-login-db-storage:/var/lib/mysql
- jakach-login-mysql-storage:/var/lib/mysql
jakach-login-redis:
image: redis:7-alpine
@@ -49,5 +50,4 @@ networks:
- subnet: 192.168.5.0/24
volumes:
jakach-login-db-storage:
external: true
jakach-login-mysql-storage: