fix(deploy): skip bundled postgres for external databases
CI / Rust Checks (push) Successful in 12m39s
CI / UI Checks (push) Successful in 5s
CI / Community Image Smoke (push) Successful in 1m11s
CI / Frontend E2E (push) Successful in 4m53s
CI / Deploy (push) Failing after 46s

This commit is contained in:
2026-08-31 23:33:48 +03:00
parent 343bb99bff
commit 5818255cf5
3 changed files with 26 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@ services:
depends_on:
postgres:
condition: service_healthy
required: false
environment:
POSTGRES_HOST: ${POSTGRES_HOST:-postgres}
POSTGRES_PORT: ${POSTGRES_PORT:-5432}