Update packages (#14)
Rust Build / Rustfmt (push) Successful in 59s
Rust Build / Test Suite (push) Successful in 1m34s
Rust Build / Check (push) Successful in 2m1s
Rust Build / Clippy (push) Successful in 1m13s
Rust Build / build (push) Successful in 2m17s

Reviewed-on: phoenix/textsender_auth#14
This commit was merged in pull request #14.
This commit is contained in:
2026-06-13 17:01:54 -04:00
parent 1ab7bd4ae1
commit e9b59fc1dd
5 changed files with 69 additions and 70 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ services:
container_name: textsender_auth_db # Optional: Give the container a specific name
environment:
# These MUST match the user, password, and database name in the DATABASE_URL above
POSTGRES_USER: ${DB_USER:-textsender_op}
POSTGRES_PASSWORD: ${DB_PASSWORD:-password}
POSTGRES_DB: ${DB_NAME:-textsender_auth_db}
POSTGRES_USER: ${DB_AUTH_USER:-textsender_op}
POSTGRES_PASSWORD: ${DB_AUTH_PASSWORD:-password}
POSTGRES_DB: ${DB_AUTH_NAME:-textsender_auth_db}
volumes:
# Persist database data using a named volume
- postgres_data:/var/lib/postgresql