mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
move postgres to port 5433 locally
This commit is contained in:
parent
7562f139d1
commit
34879f0eb3
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Used by `prisma` commands
|
# 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
|
# If using free ngrok account for webhooks
|
||||||
NGROK_AUTH_TOKEN=
|
NGROK_AUTH_TOKEN=
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
profiles: [services]
|
profiles: [services]
|
||||||
image: timescale/timescaledb:latest-pg14
|
image: timescale/timescaledb:latest-pg14
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5433:5432
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: maybe
|
POSTGRES_USER: maybe
|
||||||
POSTGRES_PASSWORD: maybe
|
POSTGRES_PASSWORD: maybe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue