Skip to content

Commit

Permalink
chore: open postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar committed Jul 3, 2024
1 parent 6a036c0 commit 148317a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ services:
test: ["CMD-SHELL", "pg_isready -U housewatch"]
interval: 5s
timeout: 5s
ports:
- "5432:5432"

redis:
image: redis:6.2.7-alpine
Expand Down

0 comments on commit 148317a

Please sign in to comment.