|
|
|
@ -21,15 +21,15 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: circleci/python:3.9-buster-node-browsers |
|
|
|
environment: |
|
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
|
DATABASE_URL: postgresql://gianni:gianni@localhost:5432/database |
|
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
|
FLASK_APP: autoapp.py |
|
|
|
FLASK_DEBUG: 1 |
|
|
|
- image: circleci/postgres:9.6.9-alpine |
|
|
|
environment: |
|
|
|
POSTGRES_USER: myUsr |
|
|
|
POSTGRES_PASSWORD: somePwd |
|
|
|
POSTGRES_BD: psdb |
|
|
|
POSTGRES_USER: gianni |
|
|
|
POSTGRES_PASSWORD: gianni |
|
|
|
POSTGRES_BD: database |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- restore_cache: |
|
|
|
|