updated docker compose files

This commit is contained in:
Quality System Admin
2025-10-13 21:18:33 +03:00
parent ee9dc0eb1c
commit c292854d72
15 changed files with 1573 additions and 5 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Environment Configuration for Recticel Quality Application
# Copy this file to .env and adjust the values as needed
# Database Configuration
MYSQL_ROOT_PASSWORD=rootpassword
DB_PORT=3306
# Application Configuration
APP_PORT=8781
# Initialization Flags (set to "false" after first successful deployment)
INIT_DB=true
SEED_DB=true