Working version before modification.

This commit is contained in:
Stan
2026-04-20 21:04:54 +02:00
parent 28d167f11f
commit e7127f3215
30 changed files with 7046 additions and 1201 deletions
+1
View File
@@ -26,6 +26,7 @@ services:
MARIADB_USER: ${DB_USER:-check_list_user}
MARIADB_PASSWORD: ${DB_PASSWORD:-check_list_password}
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD:-root_password}
MARIADB_EXTRA_FLAGS: --max-allowed-packet=64M
ports:
- "${DB_PORT:-3306}:3306"
volumes: