allow custom db port

This commit is contained in:
Iván Raskovsky 2022-11-11 12:22:21 -03:00
commit 36519bdbee
6 changed files with 6 additions and 2 deletions

View file

@ -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