Server build that builds Conductor server with all the community contributed modules
Netflix/Conductor server build does not contain any of the modules from this repository. The server build in this repository is same as the main Conductor server with all the dependencies from the community
See build.gradle file for all the dependencies. You can add/remove any additional dependencies here before running the build.
Follow the build process for docker at the main repo and replace the conductor server with the output from this repository.
Conductor server at the startup reads the system properties from the location specified in CONDUCTOR_CONFIG_FILE
.
Use that file to add any module specific configuration (e.g. Jdbc datasource configuration)