Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compose: mariadb -> service_healthy #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 8, 2024

  1. compose: mariadb -> service_healthy

    MARIADB_ALLOW_EMPTY_PASSWORD isn't a variable recognised by
    the MariaDB container, and MARIADB_ALLOW_EMPTY_ROOT_PASSWORD is
    a bit false when we set a password.
    
    Also use MariaDB's healthcheck script to ensure the service is
    healthy before running tests. There is other mechanisms to
    enforce this, but lets be clear at the basic level of the healthcheck.sh
    script maintained in the container (currently by me).
    grooverdan committed May 8, 2024
    Configuration menu
    Copy the full SHA
    086d7ea View commit details
    Browse the repository at this point in the history