File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 postgres :
4545 image : postgres:13
4646 env :
47- POSTGRES_USER : scrutinizer
48- POSTGRES_PASSWORD : scrutinizer
49- POSTGRES_DB : scrutinizer
47+ POSTGRES_USER : root
48+ POSTGRES_PASSWORD : root
49+ POSTGRES_DB : yiitest
5050 ports :
5151 - 5432:5432
5252 options : --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
Original file line number Diff line number Diff line change 3636 postgres :
3737 image : postgres:${{ matrix.pgsql }}
3838 env :
39- POSTGRES_USER : scrutinizer
40- POSTGRES_PASSWORD : scrutinizer
41- POSTGRES_DB : scrutinizer
39+ POSTGRES_USER : root
40+ POSTGRES_PASSWORD : root
41+ POSTGRES_DB : yiitest
4242 ports :
4343 - 5432:5432
4444 options : --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
You can’t perform that action at this time.
0 commit comments