@ -53,7 +53,7 @@ jobs:
database:
docker:
-image: cimg/node:12.18
- image: cimg/node:12.18
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: some string yo want
@ -61,11 +61,10 @@ jobs:
API_HOST: localhost
API_PROTOCOL: http
- image: circleci/prostgres:9.6.2-alpine
POSTGRES_DB: psdb
- image: circleci/postgres:9.6.2-alpine
POSTGRES_USER: psqluer
steps:
- checkout