|
|
@ -29,8 +29,9 @@ jobs: |
|
|
- image: python:3.8-buster |
|
|
- image: python:3.8-buster |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
|
|
|
environment: |
|
|
|
|
|
|
|
|
FLASK_APP: autoapp.py |
|
|
|
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
|
|
|
FLASK_DEBUG: 1 |
|
|
POSTGRES_USER: $POSTGRES_USER |
|
|
POSTGRES_USER: $POSTGRES_USER |
|
|
POSTGRES_DB: psdb |
|
|
POSTGRES_DB: psdb |
|
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD |
|
|
POSTGRES_PASSWORD: $POSTGRES_PASSWORD |
|
|
|