We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77361f commit 590ead2Copy full SHA for 590ead2
docker-compose.yml
@@ -17,6 +17,7 @@ services:
17
environment:
18
PGHOST: db
19
PGUSER: postgres
20
+ PGPASSWORD: postgres
21
REDIS_URL: redis://redis
22
MEMCACHE_SERVERS: memcache
23
# CI envs
@@ -37,7 +38,8 @@ services:
37
38
db:
39
image: postgres
40
- POSTGRES_HOST_AUTH_METHOD: trust
41
+ POSTGRES_USER: postgres
42
+ POSTGRES_PASSWORD: postgres
43
44
redis:
45
image: redis
0 commit comments