test(integration): add lightweight MySQL-backed API smoke tests for center and guild

This commit is contained in:
nav
2026-05-12 12:04:33 +00:00
parent 41a4172267
commit 8534c530c8
9 changed files with 715 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ services:
MYSQL_DATABASE: fabric_center
MYSQL_USER: fabric
MYSQL_PASSWORD: fabric
command: ["--default-authentication-plugin=mysql_native_password"]
ports:
- "3307:3306"
volumes:
@@ -28,7 +27,6 @@ services:
MYSQL_DATABASE: fabric_guild
MYSQL_USER: fabric
MYSQL_PASSWORD: fabric
command: ["--default-authentication-plugin=mysql_native_password"]
ports:
- "3308:3306"
volumes: