提交图

5 提交

作者 SHA1 备注 提交日期
Peter Goodhall
531cb1b1e3 Update Docker setup and improve health checks
Dockerfile now copies and sets up script.sh as startup.sh. Dockerfile-db adds a custom healthcheck script using mariadb-admin. docker-compose.yml updates service commands, healthcheck configuration, and dependency conditions. script.sh improves database readiness logic. Minor fix in migration file to remove BOM character.
2025-08-09 18:05:31 +01:00
Peter Goodhall
6938580513 Update docker-compose healthcheck and restart policies
Replaces the db service healthcheck command with a custom script and adjusts its parameters for longer timeouts and retries. Also changes the app service's depends_on syntax and adds a restart policy to improve container reliability.
2025-07-17 17:18:56 +01:00
Peter Goodhall
bd1a92d660 Improve service startup reliability and DB readiness checks
Adds healthcheck to the database service in docker-compose and ensures the web service waits for the database to be healthy before starting. Updates script.sh to wait for the database to be ready before proceeding. Enhances the Cypress workflow to retry DXCC population for improved test reliability.
2025-07-17 17:13:12 +01:00
Peter Goodhall
e7bb428bc4 Added bits to fix windows 2024-04-19 16:08:58 +01:00
Patrick Burns
238f1e66fa end to end testing 2024-04-05 15:36:16 -05:00