add Docker configuration files and deployment guide

This commit is contained in:
Frank John Begornia
2025-12-12 01:06:06 +08:00
parent 382e68769e
commit b5443ddcee
5 changed files with 281 additions and 0 deletions

13
.env.docker Normal file
View File

@@ -0,0 +1,13 @@
# Docker Environment Variables
# Copy this file and configure for your external MySQL database
# Database Configuration - Update these to connect to your external MySQL
DB_HOST=your-mysql-host
DB_PORT=3306
DB_DATABASE=merchbay_admin
DB_USERNAME=your-mysql-user
DB_PASSWORD=your-mysql-password
# Application Configuration
APP_ENV=production
APP_DEBUG=false