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