Merge branch 'philip/add-docker-compose-default' into 'master'

Adds password pepper value defaults.

See merge request grassrootseconomics/cic-internal-integration!242
This commit is contained in:
Philip Wafula 2021-08-06 16:58:37 +00:00
commit b7942ddcfa
1 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,7 @@ services:
context: apps/cic-ussd
dockerfile: docker/Dockerfile
environment:
APP_PASSWORD_PEPPER: ${APP_PASSWORD_PEPPER:-"QYbzKff6NhiQzY3ygl2BkiKOpER8RE/Upqs/5aZWW+I="}
DATABASE_USER: grassroots
DATABASE_HOST: postgres
DATABASE_PORT: 5432
@ -508,6 +509,7 @@ services:
context: apps/cic-ussd
dockerfile: docker/Dockerfile
environment:
APP_PASSWORD_PEPPER: ${APP_PASSWORD_PEPPER:-"QYbzKff6NhiQzY3ygl2BkiKOpER8RE/Upqs/5aZWW+I="}
DATABASE_USER: grassroots
DATABASE_HOST: postgres
DATABASE_PORT: 5432
@ -532,6 +534,7 @@ services:
context: apps/cic-ussd/
dockerfile: docker/Dockerfile
environment:
APP_PASSWORD_PEPPER: ${APP_PASSWORD_PEPPER:-"QYbzKff6NhiQzY3ygl2BkiKOpER8RE/Upqs/5aZWW+I="}
DATABASE_USER: grassroots
DATABASE_HOST: postgres
DATABASE_PORT: 5432