@ -5,11 +5,11 @@ jobs:
- image: circleci/python:3.9.1
- image: circleci/postgres:9.6.5
environment:
POSTGRES_DB: psqluer
POSTGRES_USER: circleci
POSTGRES_DB: example
POSTGRES_USER: postgres
POSTGRES_PASSWORD: somePwd
POSTGRES_PORT: 5432
DATABASE_URL: postgresql://postgresql:somePwd@localhost:5432/psqluer
DATABASE_URL: postgresql://postgresql:somePwd@localhost:5432/example
working_directory: ~/repo
steps:
- checkout