Skip to content

Commit 590ead2

Browse files
committed
PB-40 remove trust as auth method
1 parent a77361f commit 590ead2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
environment:
1818
PGHOST: db
1919
PGUSER: postgres
20+
PGPASSWORD: postgres
2021
REDIS_URL: redis://redis
2122
MEMCACHE_SERVERS: memcache
2223
# CI envs
@@ -37,7 +38,8 @@ services:
3738
db:
3839
image: postgres
3940
environment:
40-
POSTGRES_HOST_AUTH_METHOD: trust
41+
POSTGRES_USER: postgres
42+
POSTGRES_PASSWORD: postgres
4143

4244
redis:
4345
image: redis

0 commit comments

Comments
 (0)