Compare commits

..

No commits in common. "28872608301ac47384530cdb005cf0b5fc1c733f" and "8fd3db863c14d504c790076747c381f43344f450" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -56,6 +56,4 @@ 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"]

View File

@ -1,6 +1,5 @@
service: bemeal
image: daily_meal/bemeal-api
deploy_timeout: 120
x-hosts: &hosts
- <%= ENV.fetch("SSH_HOST", "89.167.35.217") %>
@ -57,7 +56,7 @@ env:
clear:
APP_LOCALE: fr
APP_ENV: production
APP_DEBUG: "true"
APP_DEBUG: "false"
APP_URL: https://bemeal.leonmorival.com
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime"