From 63a3c63cbafb93f2a9dfdb135796569e0ee3771c Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 15 Nov 2025 18:36:19 +1030 Subject: [PATCH 1/2] Update docker-compose.yml --- docker-compose.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f482b9038..489c8f964 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -86,12 +86,16 @@ services: command: ["php", "artisan", "horizon"] env_file: - .env + environment: environment: # Laravel Auto-run Configuration + AUTORUN_ENABLED: "false" + AUTORUN_LARAVEL_MIGRATION: "false" + AUTORUN_LARAVEL_MIGRATION_ISOLATION: "false" AUTORUN_LARAVEL_STORAGE_LINK: "true" - AUTORUN_LARAVEL_EVENT_CACHE: "true" - AUTORUN_LARAVEL_ROUTE_CACHE: "true" - AUTORUN_LARAVEL_VIEW_CACHE: "true" + AUTORUN_LARAVEL_EVENT_CACHE: "false" + AUTORUN_LARAVEL_ROUTE_CACHE: "false" + AUTORUN_LARAVEL_VIEW_CACHE: "false" AUTORUN_LARAVEL_CONFIG_CACHE: "true" PHP_POST_MAX_SIZE: "500M" PHP_UPLOAD_MAX_FILE_SIZE: "500M" @@ -120,12 +124,16 @@ services: stop_signal: SIGTERM env_file: - .env + environment: environment: # Laravel Auto-run Configuration + AUTORUN_ENABLED: "false" + AUTORUN_LARAVEL_MIGRATION: "false" + AUTORUN_LARAVEL_MIGRATION_ISOLATION: "false" AUTORUN_LARAVEL_STORAGE_LINK: "true" - AUTORUN_LARAVEL_EVENT_CACHE: "true" - AUTORUN_LARAVEL_ROUTE_CACHE: "true" - AUTORUN_LARAVEL_VIEW_CACHE: "true" + AUTORUN_LARAVEL_EVENT_CACHE: "false" + AUTORUN_LARAVEL_ROUTE_CACHE: "false" + AUTORUN_LARAVEL_VIEW_CACHE: "false" AUTORUN_LARAVEL_CONFIG_CACHE: "true" PHP_POST_MAX_SIZE: "500M" PHP_UPLOAD_MAX_FILE_SIZE: "500M" From 6cf1e8fb9c190ef88e156c62ffe99dc3388b909a Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 15 Nov 2025 18:36:56 +1030 Subject: [PATCH 2/2] Update docker-compose.yml --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 489c8f964..551a4c49f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -86,7 +86,6 @@ services: command: ["php", "artisan", "horizon"] env_file: - .env - environment: environment: # Laravel Auto-run Configuration AUTORUN_ENABLED: "false" @@ -124,7 +123,6 @@ services: stop_signal: SIGTERM env_file: - .env - environment: environment: # Laravel Auto-run Configuration AUTORUN_ENABLED: "false"