feat: 添加生产环境docker-compose配置
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user