Skip to content

Commit 18e3571

Browse files
committed
adding environment variable for postgres to trust host
Signed-off-by: vsoch <[email protected]>
1 parent 47b1467 commit 18e3571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
db:
22
image: postgres
3+
environment:
4+
- POSTGRES_HOST_AUTH_METHOD=trust
35

46
uwsgi:
57
restart: always

0 commit comments

Comments
 (0)