Skip to content

Commit

Permalink
🔧 Simplify DB configuration locally for tests
Browse files Browse the repository at this point in the history
This change makes it a little easier to set up the `db` docker container for local development.
  • Loading branch information
Daniel Berkompas authored and Daniel Berkompas committed Nov 12, 2022
1 parent c2fe2fd commit fa593c6
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 @@ -2,6 +2,8 @@ version: "3.2"
services:
db:
image: postgres
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
code:
build: .
volumes:
Expand Down

0 comments on commit fa593c6

Please sign in to comment.