Skip to content

Commit

Permalink
https://github.com/docker-library/postgres/pull/658
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbott committed Apr 7, 2020
1 parent c972c14 commit e090ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ services:
image: postgres:9.6
environment:
POSTGRES_DB: minigrid
POSTGRES_HOST_AUTH_METHOD: "trust"
redis:
image: redis:5.0
1 change: 1 addition & 0 deletions prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
image: postgres:9.6
environment:
POSTGRES_DB: minigrid
POSTGRES_HOST_AUTH_METHOD: "trust"
redis:
image: redis:5.0
command: redis-server --notify-keyspace-events "Ex"
Expand Down

0 comments on commit e090ea0

Please sign in to comment.