diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab00ebf4532240382162a39bb03698a391f5fb01..3ae7f79f89f1568c9a834458f1990274da4c303d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ build_development:
   script:
     - export TAG=dev
     - export POSTGRES_PORT=5436
-    - export CREDITS_SERVICE_BIND_PORT=3005
+    - export POSTGRES_SERVICE_BIND_PORT=3005
     - docker-compose build
     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
     - docker-compose push
@@ -49,7 +49,7 @@ build_release:
   script:
     - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
     - export POSTGRES_PORT=5436
-    - export CREDITS_SERVICE_BIND_PORT=3005
+    - export POSTGRES_SERVICE_BIND_PORT=3005
     - docker-compose build
     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
     - docker-compose push
diff --git a/README.md b/README.md
index 7519824176ac231c76871ef893da1c85ef67d77a..e5cbaeedab508c06b05b65b74d6b2412cb5552a3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Credits service
+# Postgresql service
 
 ## Installation