Skip to content

Commit

Permalink
👽 Things changed in in Postgres 11 alpine image w/r to auth
Browse files Browse the repository at this point in the history
POSTGRES_PASSWORD must be set now, to initialize the DB cluster.
  • Loading branch information
sergei-maertens committed Feb 17, 2020
1 parent 1982ac4 commit 149e63a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.travis.yml
Expand Up @@ -4,8 +4,9 @@ version: '3.4'
services:
db_notifications:
image: postgres:11-alpine
ports:
- "5433"
environment:
- POSTGRES_PASSWORD=
- POSTGRES_HOST_AUTH_METHOD=trust

rabbitmq:
image: rabbitmq:3.7-alpine
Expand Down

0 comments on commit 149e63a

Please sign in to comment.