diff --git a/docker-compose.yml b/docker-compose.yml index bc18e8e..8e38ff9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -94,11 +94,16 @@ configs: bucket: dev db: common-datasource-name: psql + camunda-datasource-name: psql-camunda jdbc: psql: url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true username: admin password: admin + psql-camunda: + url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true + username: admin + password: admin EWH: url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true username: ewh @@ -119,4 +124,5 @@ configs: hikari: content: | - maximumPoolSize=3 \ No newline at end of file + minimumIdle=0 + maximumPoolSize=12 \ No newline at end of file