Skip to content

Commit

Permalink
Merge pull request #29 from ductilestudios/postgres-port
Browse files Browse the repository at this point in the history
move postgres to port 5433 locally
  • Loading branch information
Shpigford authored Jan 11, 2024
2 parents 7562f13 + 34879f0 commit 1e73ce9
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

0 comments on commit 1e73ce9

Please sign in to comment.