diff --git a/bb.keystore b/bb.keystore new file mode 100644 index 0000000000..9a69839dd9 Binary files /dev/null and b/bb.keystore differ diff --git a/bbcerts/bb.keystore b/bbcerts/bb.keystore new file mode 100644 index 0000000000..680f41d9c8 Binary files /dev/null and b/bbcerts/bb.keystore differ diff --git a/docker-compose.yml b/docker-compose.yml index d4ac815a93..83d9df3757 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,8 @@ services: db: image: postgres:11 + ports: + - "5432:5432" command: postgres -c 'max_connections=250' environment: - POSTGRES_MULTIPLE_DATABASES=dpc_attribution,dpc_queue,dpc_auth,dpc_consent,dpc-website_development,bcda