This fixed it

This commit is contained in:
2026-06-13 17:48:36 -04:00
parent 0a513d859c
commit 0e27595492
+1 -1
View File
@@ -96,7 +96,7 @@ services:
container_name: textsender_api_auth_db # Optional: Give the container a specific name container_name: textsender_api_auth_db # Optional: Give the container a specific name
environment: environment:
# These MUST match the user, password, and database name in the DATABASE_URL above # These MUST match the user, password, and database name in the DATABASE_URL above
POSTGRES_USER: ${DB_AUTH_USER:-textsender_op} POSTGRES_USER: ${DB_AUTH_USER:-textsender_auth}
POSTGRES_PASSWORD: ${DB_AUTH_PASSWORD:-password} POSTGRES_PASSWORD: ${DB_AUTH_PASSWORD:-password}
POSTGRES_DB: ${DB_AUTH_NAME:-textsender_auth_db} POSTGRES_DB: ${DB_AUTH_NAME:-textsender_auth_db}
volumes: volumes: