https to http
Laravel CI-CD (Gitea) / Tests Unitaires (push) Successful in 15s Details
Laravel CI-CD (Gitea) / Build & Push Docker (push) Successful in 22s Details
Laravel CI-CD (Gitea) / Déploiement Simplifié (push) Successful in 1s Details

This commit is contained in:
Leon 2026-03-13 10:45:07 +01:00
parent 33fd613305
commit deb6d2d61d
2 changed files with 3 additions and 2 deletions

View File

@ -39,4 +39,4 @@ RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cac
ENV APP_ENV=production ENV APP_ENV=production
ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && frankenphp run --config /etc/caddy/Caddyfile --http"] CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link -f && frankenphp run --config /etc/caddy/Caddyfile"]

View File

@ -12,8 +12,9 @@ services:
APP_ENV: "production" APP_ENV: "production"
APP_KEY: "${APP_KEY}" APP_KEY: "${APP_KEY}"
APP_URL: "${APP_URL}" APP_URL: "${APP_URL}"
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime" # <-- AJOUTÉ pour FrankenPHP APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime" # <-- AJOUTÉ pour FrankenPHP
APP_DEBUG: "false" APP_DEBUG: "true"
FILESYSTEM_DISK: "public" FILESYSTEM_DISK: "public"
DB_CONNECTION: "pgsql" DB_CONNECTION: "pgsql"
DB_HOST: "pgsql" DB_HOST: "pgsql"