Skip to content

Commit

Permalink
Docker Compose is explicit about the Postgres user name
Browse files Browse the repository at this point in the history
`postgres` is the default [1] so this should be a refactoring that makes each docker compose file dev, test and CI, the same.

[1] https://hub.docker.com/_/postgres/
  • Loading branch information
tahb committed Mar 29, 2022
1 parent 9577edb commit db03135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
environment:
# TODO: Update rails-template with application name
POSTGRES_DB: rails-template-development
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_HOST_AUTH_METHOD: trust
networks:
Expand Down

0 comments on commit db03135

Please sign in to comment.