Skip to content

Commit

Permalink
chore: expose postgres 5432 to host for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Aug 2, 2024
1 parent b0c6c02 commit c2cce28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ services:
- POSTGRES_USER=boltz
- POSTGRES_PASSWORD=boltz
profiles: ["default", "ci"]
ports:
- 5432:5432

boltz-backend:
hostname: boltz
Expand Down

0 comments on commit c2cce28

Please sign in to comment.