Add postgres if someone wants to use it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user