feat: add app_url ci/cd

This commit is contained in:
Leon 2026-01-09 10:23:23 +01:00
parent 852f2a9cec
commit 026c468a8b
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up', health: '/up',
) )
->withMiddleware(function (Middleware $middleware): void { ->withMiddleware(function (Middleware $middleware): void {
// $middleware->trustProxies(at: '*');
}) })
->withExceptions(function (Exceptions $exceptions): void { ->withExceptions(function (Exceptions $exceptions): void {
// //

View File

@ -11,8 +11,8 @@ services:
environment: environment:
APP_ENV: "production" APP_ENV: "production"
APP_KEY: "${APP_KEY}" APP_KEY: "${APP_KEY}"
APP_URL: "${APP_URL}"
APP_DEBUG: "false" APP_DEBUG: "false"
DB_CONNECTION: "mysql" DB_CONNECTION: "mysql"
DB_HOST: "mysql" DB_HOST: "mysql"
DB_PORT: 3306 DB_PORT: 3306
@ -28,6 +28,7 @@ services:
environment: environment:
APP_ENV: "production" APP_ENV: "production"
APP_KEY: "${APP_KEY}" APP_KEY: "${APP_KEY}"
APP_URL: "${APP_URL}"
DB_CONNECTION: "mysql" DB_CONNECTION: "mysql"
DB_HOST: "mysql" DB_HOST: "mysql"