From 63efda280c7334767afa9308a8c9ef04004f889d Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 21:13:26 +0100 Subject: [PATCH] :green_heart: trying to add hostname --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 951a065..3b11774 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,6 +26,7 @@ jobs: FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb - image: circleci/postgres:9.6.5-alpine + name: postgresql environment: POSTGRES_USER: myUsr POSTGRES_DB: psdb