|
|
@ -36,7 +36,7 @@ jobs: |
|
|
e2etest: |
|
|
e2etest: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/node:12.18.4 |
|
|
- image: circleci/node:12.18.4 |
|
|
- image: circleci/postgres:9.6-alpine |
|
|
|
|
|
|
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgres://antoine_mortelier:psqlpassword@localhost:5432/psdb |
|
|
DATABASE_URL: postgres://antoine_mortelier:psqlpassword@localhost:5432/psdb |
|
|
JWT_SECRET: some string yo want |
|
|
JWT_SECRET: some string yo want |
|
|
|