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