Add postgres if someone wants to use it

This commit is contained in:
2026-03-27 22:48:27 -05:00
parent 9f5203b523
commit 4f51359b8c
2 changed files with 30 additions and 0 deletions

View File

@@ -56,3 +56,9 @@ POSTGRES_URL= #postgresql://user:password@host:5432/db_name
#ACTIONS_USER_TIMEOUT_SECS=
#RUST_LOG=
#RUST_BACKTRACE=
## Docker Compose Variables for Postgres ##
POSTGRES_CONTAINER_NAME=convexmonorepo-postgres
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=convexmonorepo_payload