mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Merge pull request #29 from ductilestudios/postgres-port
move postgres to port 5433 locally
This commit is contained in:
commit
1e73ce9114
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Used by `prisma` commands
|
||||
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5432/maybe_local
|
||||
NX_DATABASE_URL=postgresql://maybe:maybe@localhost:5433/maybe_local
|
||||
|
||||
# If using free ngrok account for webhooks
|
||||
NGROK_AUTH_TOKEN=
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
profiles: [services]
|
||||
image: timescale/timescaledb:latest-pg14
|
||||
ports:
|
||||
- 5432:5432
|
||||
- 5433:5432
|
||||
environment:
|
||||
POSTGRES_USER: maybe
|
||||
POSTGRES_PASSWORD: maybe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue