Skip to content

Commit

Permalink
Allow all connections to DB when developing.
Browse files Browse the repository at this point in the history
  • Loading branch information
garncarz committed Apr 3, 2020
1 parent 909c3d4 commit a895219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-dev.yml
Expand Up @@ -23,3 +23,7 @@ services:
image: nogamespy-vietcong:dev
volumes:
- .:/app

db:
environment:
- POSTGRES_HOST_AUTH_METHOD=trust

0 comments on commit a895219

Please sign in to comment.