fix: Replaces password in healthcheck with dynamic secret
Some checks failed
/ Ansible Lint (pull_request) Failing after 2m7s

This commit is contained in:
Vincent Mahnke 2025-11-01 21:50:01 +01:00
commit 0f8c0ffef9

View file

@ -13,7 +13,7 @@ services:
volumes:
- mariadb:/var/lib/mysql
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"]
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-p{{ secret__sunders_db_camera_password }}"]
interval: 10s
timeout: 5s
start_period: 30s