We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db792fe commit cb5971cCopy full SHA for cb5971c
.circleci/config.yml
@@ -3,12 +3,12 @@ jobs:
3
build:
4
docker:
5
- image: mikicz/tox
6
- environment: # environment variables for primary container
+ environment:
7
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
8
DB_USER: root
9
DB_NAME: circle_test
10
DB_PASSWORD: "password"
11
- - image: circleci/postgres:10 # an example of how to specify a service container
+ - image: cimg/postgres:14.5
12
environment:
13
POSTGRES_USER: root
14
POSTGRES_DB: circle_test
0 commit comments