feat: 添加生产环境docker-compose配置

This commit is contained in:
2026-05-03 11:12:18 +08:00
parent 4b36913607
commit e71437190b
3 changed files with 81 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
MYSQL_ROOT_PASSWORD=your-secure-password
MYSQL_DATABASE=verification_platform
MYSQL_PORT=3306
REDIS_PORT=6379
APP_PORT=8080
JWT_SECRET=your-jwt-secret-change-me