|
|
@ -26,14 +26,14 @@ jobs: |
|
|
- |
|
|
- |
|
|
environment: |
|
|
environment: |
|
|
CONDUIT_SECRET: something-really-secret |
|
|
CONDUIT_SECRET: something-really-secret |
|
|
DATABASE_URL: "postgresql://denis:denis@localhost:5432/postgres?sslmode=disable" |
|
|
|
|
|
|
|
|
DATABASE_URL: "postgresql://denis:denis@localhost:5432/denis" |
|
|
FLASK_APP: autoapp.py |
|
|
FLASK_APP: autoapp.py |
|
|
FLASK_DEBUG: 1 |
|
|
FLASK_DEBUG: 1 |
|
|
image: "circleci/python:latest" |
|
|
image: "circleci/python:latest" |
|
|
- |
|
|
- |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_BD: postgres |
|
|
POSTGRES_BD: postgres |
|
|
POSTGRES_PASSWORD: |
|
|
|
|
|
|
|
|
POSTGRES_PASSWORD: denis |
|
|
POSTGRES_USER: denis |
|
|
POSTGRES_USER: denis |
|
|
image: "circleci/postgres:9.6.9-alpine-ram" |
|
|
image: "circleci/postgres:9.6.9-alpine-ram" |
|
|
steps: |
|
|
steps: |
|
|
|