Clean backend reset flow

This commit is contained in:
2026-03-18 20:21:55 -06:00
parent 2b616b8306
commit bbc7fa3aa8
7 changed files with 153 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ services:
volumes:
- db_data:/var/lib/mysql
healthcheck:
test: ["CMD", "mysql", "-uroot", "-proot", "-e", "SELECT COUNT(*) FROM information_schema.tables WHERE table_schema='Petstoredb' AND table_name='users';"]
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "-uroot", "-proot"]
interval: 10s
timeout: 5s
retries: 30