Is your feature request related to a problem? Please describe.
I have to manually override Server Configuration file because I need to set persistence.datastores.{default}.sql.connectAttributes.binary_parameters = yes because Temporal has a lot of issues with pgbouncer in transaction mode (example 1, example 2). But the Config Embedded Template for > v1.30 doesn't have option to set such value using environment variable.
How to provide /extensibility/config/development.yaml manually using docker compose?
Describe the solution you'd like
Please provide a guide to override server configuration without using the template.
or, maybe please add docker compose example with pgbouncer.
Is your feature request related to a problem? Please describe.
I have to manually override Server Configuration file because I need to set
persistence.datastores.{default}.sql.connectAttributes.binary_parameters = yesbecause Temporal has a lot of issues with pgbouncer in transaction mode (example 1, example 2). But the Config Embedded Template for > v1.30 doesn't have option to set such value using environment variable.How to provide
/extensibility/config/development.yamlmanually using docker compose?Describe the solution you'd like
Please provide a guide to override server configuration without using the template.
or, maybe please add docker compose example with pgbouncer.