This commit is contained in:
parent
3c8877816e
commit
5bae1ff147
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
backend:
|
backend:
|
||||||
image: rust
|
image: rust
|
||||||
environment:
|
environment:
|
||||||
- DATABSE_URL=postgres://postgres:password@database:5432/postgres
|
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
|
||||||
commands:
|
commands:
|
||||||
- make migrate
|
- make migrate
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in a new issue