fix: update postgres port

This commit is contained in:
Mythie
2023-04-13 23:43:42 +10:00
parent 7aa7485388
commit cb77a40fd9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Option 1: You can use the provided remote test database, courtesy of the documenso team: postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3 # Option 1: You can use the provided remote test database, courtesy of the documenso team: postgres://documenso_test_user:GnmLG14u12sd9zHsd4vVWwP40WneFJMo@dpg-cf2hljh4reb5o45oqpq0-a.oregon-postgres.render.com/documenso_test_e2i3
# Option 2: Set up a local Postgres SQL instance (RECOMMENDED) # Option 2: Set up a local Postgres SQL instance (RECOMMENDED)
# Option 3: Use the provided dx setup (RECOMMENDED) # Option 3: Use the provided dx setup (RECOMMENDED)
# => postgres://documenso:password@127.0.0.1:5432/documenso # => postgres://documenso:password@127.0.0.1:54320/documenso
# #
# ⚠ WARNING: The test database can be resetted or taken offline at any point. # ⚠ WARNING: The test database can be resetted or taken offline at any point.
# ⚠ WARNING: Please be aware that nothing written to the test databae is private. # ⚠ WARNING: Please be aware that nothing written to the test databae is private.

View File

@ -6,7 +6,7 @@ services:
- POSTGRES_PASSWORD=password - POSTGRES_PASSWORD=password
- POSTGRES_DB=documenso - POSTGRES_DB=documenso
ports: ports:
- 5432:5432 - 54320:5432
inbucket: inbucket:
image: inbucket/inbucket image: inbucket/inbucket