chore: Set password auth for CI postgres
This commit is contained in:
parent
9400a000c0
commit
d687adb3d7
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
image: "elixir:1.10"
|
image: "elixir:1.10"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
POSTGRES_PASSWORD: "postgres"
|
||||||
|
POSTGRES_USER: "postgres"
|
||||||
DATABASE_URL: "postgres"
|
DATABASE_URL: "postgres"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue