|
|
@@ -35,6 +35,8 @@ function loadEnv($file) {
|
|
|
|
|
|
// Load environment from .env file
|
|
|
loadEnv('.env');
|
|
|
+// Also try to load from .env.with-services for docker-compose-with-services
|
|
|
+loadEnv('.env.with-services');
|
|
|
|
|
|
// Get database configuration
|
|
|
$dbHost = getenv('DB_HOST') ?: 'localhost';
|