Docker Implementation

This commit is contained in:
Hosteroid
2025-10-23 00:56:29 +03:00
parent fa0167bf71
commit 75f0ae35fb
7 changed files with 444 additions and 0 deletions

View 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