Browse Source

Update config.yml

pull/9/head
LecomteAdrien 6 years ago
parent
commit
954029b926
  1. 15
      .circleci/config.yml

15
.circleci/config.yml

@ -53,20 +53,19 @@ jobs:
database:
docker:
-image: cimg/node:12.18
environment:
- image: cimg/node:12.18
environment:
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
environment:
POSTGRES_DB: psdb
POSTGRES_USER: psqluer
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: psqluer
POSTGRES_DB: psdb
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save