Update postgresql port (#11)
Rust Build / Test Suite (push) Successful in 1m6s
Rust Build / Check (push) Successful in 1m7s
Rust Build / Rustfmt (push) Successful in 1m59s
Rust Build / Clippy (push) Successful in 1m43s
Rust Build / build (push) Successful in 2m28s

Reviewed-on: phoenix/textsender-auth#11
This commit was merged in pull request #11.
This commit is contained in:
2026-06-13 11:26:43 -04:00
parent b678c098cb
commit 0cab4e8530
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ services:
volumes:
# Persist database data using a named volume
- postgres_data:/var/lib/postgresql
ports: []
ports:
- "5433:5432"
healthcheck:
# Checks if Postgres is ready to accept connections
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]