From 2a253ee6450d5fbfe9306a82c9bbb24f2db8fe47 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Wed, 13 Oct 2021 14:59:08 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6d880b..7052ffb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,8 +67,8 @@ jobs: username: $AUTH_DOCKER password: $PSW_DOCKER # context / project UI env-var reference environment: - DATABASE_URL: postgres://root:test@localhost:5687/db - + DATABASE_URL: postgres://root:test@localhost:5432/db + - image: circleci/postgres:9.6.5-alpine-ram auth: username: $AUTH_DOCKER