deploy: use external postgres
Deploy / deploy (push) Successful in 23s
CI / Rust Checks (push) Successful in 5m4s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 3m55s

This commit is contained in:
github-ops
2026-06-16 22:32:40 +00:00
parent b7f3bb5725
commit 4fa768cc29
3 changed files with 8 additions and 28 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
POSTGRES_DB=crank
POSTGRES_USER=crank
POSTGRES_PASSWORD=change-me
POSTGRES_HOST=postgres
POSTGRES_HOST=postgres.example.internal
POSTGRES_PORT=5432
POSTGRES_MAX_CONNECTIONS=20
POSTGRES_MIN_CONNECTIONS=2