From 28872608301ac47384530cdb005cf0b5fc1c733f Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Tue, 19 May 2026 23:23:07 +0200 Subject: [PATCH] feat: 120 seconds timeout --- Dockerfile | 2 ++ config/deploy.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2fe501f..08bbcc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,4 +56,6 @@ RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cac ENV APP_ENV=production ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime +HEALTHCHECK NONE + CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && php artisan optimize && php artisan view:cache && php artisan event:cache && frankenphp run --config /etc/caddy/Caddyfile"] diff --git a/config/deploy.yml b/config/deploy.yml index d36fbd9..429083b 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -1,5 +1,6 @@ service: bemeal image: daily_meal/bemeal-api +deploy_timeout: 120 x-hosts: &hosts - <%= ENV.fetch("SSH_HOST", "89.167.35.217") %>