fix: disable MariaDB SSL for internal Docker networking + worker MySQL readiness wait

This commit is contained in:
Lizandro Guarnizo
2026-03-11 20:22:19 -05:00
parent 06e4ad6fd5
commit 1b9942442a
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
volumes:
- mysql-data:/var/lib/mysql
- ./database:/docker-entrypoint-initdb.d:ro
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-time-zone=America/Bogota
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-time-zone=America/Bogota --skip-ssl
networks:
- whatsapp-network
healthcheck: