coolify/resources/views/livewire/project/application
Andras Bacsai 3034e89edb feat(preview-env): add production variable fallback for docker-compose
When preview environment variables are configured, fall back to production
variables for keys not overridden by preview values. This ensures variables
like DB_PASSWORD that exist only in production are available in the preview
.env file, enabling proper ${VAR} interpolation in docker-compose YAML.

Fallback only applies when preview variables are configured, preventing
unintended leakage of production values when previews aren't in use.

Also improves UI by hiding the Domains section when only database services
are present, and simplifies the logs view by removing status checks.
2026-03-25 13:26:50 +01:00
..
deployment feat(logs): Add loading indicator to download all logs buttons 2026-01-02 12:04:17 +01:00
preview
advanced.blade.php
configuration.blade.php fix: enable preview deployment page for deploy key applications 2026-02-23 21:08:43 +01:00
deployment-navbar.blade.php
destination.blade.php
general.blade.php feat(preview-env): add production variable fallback for docker-compose 2026-03-25 13:26:50 +01:00
heading.blade.php chore: prepare for PR 2026-02-23 14:17:15 +01:00
previews-compose.blade.php
previews.blade.php
rollback.blade.php
source.blade.php refactor(application-source): use Laravel helpers for null checks 2026-03-09 17:23:34 +01:00
swarm.blade.php