@ -7,12 +7,12 @@ jobs:
build: # name of your job
docker:
- image: 'cimg/node:14.10.1'
environment:
DATABASE_URL: postgresql://root@localhost/circle_test
JWT_SECRET: something
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
- image: 'circleci/postgres:9.6.2-alpine'
POSTGRES_USER: psqluser