test: rebuild backend/test runner and wait for mysql

This commit is contained in:
zhi
2026-03-15 15:56:03 +00:00
parent 95a6354fc3
commit 1047110de5
3 changed files with 14 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ services:
SECRET_KEY: ${SECRET_KEY:-change_me_in_production}
LOG_LEVEL: ${LOG_LEVEL:-INFO}
DATABASE_URL: mysql+pymysql://harborforge:harborforge_pass@mysql:${MYSQL_PORT:-3306}/harborforge
depends_on:
mysql:
condition: service_healthy
networks:
- test-network