allow custom db port
This commit is contained in:
parent
39a96876ef
commit
36519bdbee
6 changed files with 6 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ variables: &global_variables
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
DB_HOST: postgres
|
||||
DB_PORT: 5432
|
||||
MIX_ENV: test
|
||||
|
||||
cache: &global_cache_policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue