JDBC
Configuration
Configuring your Enterprise instance to support a custom JDBC driver
datasource:
container_name: datasource
image: cruibakeryonprem.azurecr.io/cloud/datasource:latest
restart: always
env_file: .env
volumes:
- ~/jdbc-driver-location-host:~/jdbc-driver-location-containerUI_BAKERY_DATASOURCE_JDBC_DRIVER_PATH=~/jdbc-driver-location-container/driver.jarConnecting the JDBC datasource

Usage
Last updated
Was this helpful?