This fixed it
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user