fix(deploy): add integration stack with SELinux-compatible mounts

This commit is contained in:
windyboy
2026-09-18 15:35:20 +08:00
parent 9909dbd7e0
commit abf598a250
7 changed files with 323 additions and 0 deletions
@@ -0,0 +1,2 @@
-- 仅作用于独立 admin-mysql,绝不挂载到共享信箱 MySQL。
ALTER USER 'admin_dev'@'%' IDENTIFIED WITH mysql_native_password BY 'admin_dev_pass';