updated docker compose files
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user