Docker Implementation
This commit is contained in:
12
domain-monitor-docker/env.docker.example
Normal file
12
domain-monitor-docker/env.docker.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Example Docker environment file
|
||||
# Copy this file to .env.docker and update your credentials
|
||||
|
||||
# === Database Configuration ===
|
||||
DB_DATABASE=domain_monitor
|
||||
DB_USERNAME=user_example
|
||||
DB_PASSWORD=example_password
|
||||
DB_ROOT_PASSWORD=example_root_password
|
||||
|
||||
# === Timezone (for PHP, MariaDB, phpMyAdmin) ===
|
||||
TZ=UTC
|
||||
|
||||
Reference in New Issue
Block a user