|
|
@ -11,7 +11,7 @@ jobs: |
|
|
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ |
|
|
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ |
|
|
- image: circleci/python:3.8.5 |
|
|
- image: circleci/python:3.8.5 |
|
|
auth: |
|
|
auth: |
|
|
username: $DOCKER_HUB_EMAIL |
|
|
|
|
|
|
|
|
username: $DOCKER_HUB_USER_ID |
|
|
password: $DOCKER_HUB_PWD # context / project UI env-var reference |
|
|
password: $DOCKER_HUB_PWD # context / project UI env-var reference |
|
|
environment: # environment variables for primary container |
|
|
environment: # environment variables for primary container |
|
|
PIPENV_VENV_IN_PROJECT: true |
|
|
PIPENV_VENV_IN_PROJECT: true |
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
# CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/ |
|
|
# CircleCI PostgreSQL images available at: https://hub.docker.com/r/circleci/postgres/ |
|
|
- image: circleci/postgres:9.6.9-alpine |
|
|
- image: circleci/postgres:9.6.9-alpine |
|
|
auth: |
|
|
auth: |
|
|
username: $DOCKER_HUB_EMAIL |
|
|
|
|
|
|
|
|
username: $DOCKER_HUB_USER_ID |
|
|
password: $DOCKER_HUB_PWD # context / project UI env-var reference |
|
|
password: $DOCKER_HUB_PWD # context / project UI env-var reference |
|
|
environment: # environment variables for the Postgres container. |
|
|
environment: # environment variables for the Postgres container. |
|
|
POSTGRES_USER: root |
|
|
POSTGRES_USER: root |
|
|
|