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