This commit is contained in:
parent
fb967e554b
commit
0a05fb945f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
backend:
|
backend:
|
||||||
image: rust
|
image: rust
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL="postgres://postgres:password@librepages_librepages_postgres_database:5432/postgres"
|
- DATABASE_URL=postgres://postgres:password@librepages_librepages_postgres_database/postgres
|
||||||
commands:
|
commands:
|
||||||
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
|
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
|
||||||
- apt update && apt-get -y --no-install-recommends install nodejs
|
- apt update && apt-get -y --no-install-recommends install nodejs
|
||||||
|
|
Loading…
Reference in a new issue