Skip to content

Commit

Permalink
move postgres to port 5433 locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ductilestudios committed Jan 11, 2024
1 parent 7562f13 commit 34879f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
profiles: [services]
image: timescale/timescaledb:latest-pg14
ports:
- 5432:5432
- 5433:5432
environment:
POSTGRES_USER: maybe
POSTGRES_PASSWORD: maybe
Expand Down

1 comment on commit 34879f0

@Iliya090990
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.gitignore

Please sign in to comment.