Skip to content

Commit

Permalink
chore: change the port number
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyH820 committed Jun 3, 2024
1 parent 16a430f commit fa9add5
Show file tree
Hide file tree
Showing 6 changed files with 10,718 additions and 14,938 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATABASE_URL="postgres://admin:admin@localhost:5433/zotmeal"
DATABASE_URL="postgres://admin:admin@localhost:5434/zotmeal"
2 changes: 1 addition & 1 deletion apps/server/.env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


DATABASE_URL="postgres://admin:admin@localhost:5433/zotmeal"
DATABASE_URL="postgres://admin:admin@localhost:5434/zotmeal"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./docker/db/zotmeal.sql:/docker-entrypoint-initdb.d/init.sql
- db_data:/var/lib/postgresql/data
ports:
- 5433:5432
- 5434:5432

volumes:
db_data:
2 changes: 1 addition & 1 deletion docker/bin/connect.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

psql "postgresql://admin:admin@localhost:5433/zotmeal"
psql "postgresql://admin:admin@localhost:5434/zotmeal"
Loading

0 comments on commit fa9add5

Please sign in to comment.