Set custom standalone.xml to Camunda Wildfly 7.15.4 Docker Image

Hi,

i would like to set a custom standalone.xml or even specify which standalone.xml to use for the camunda wildfly 7.15.4 image.

I use a dockerfile

FROM registry.camunda.cloud/cambpm-ee/camunda-bpm-platform-ee:wildfly-7.15.4

and want to ADD my custom standalone.xml to /camunda/standalone/configuration. How do i tell camunda.sh to pass over my custom standalone.xml to /camunda/bin/standalone.sh (via the -c flag)?

Hi @PhiWu,

this topic is out of Camunda scope and only depend on Wildfly configuration.

A quick Google search brought me to this resource: https://subscription.packtpub.com/book/networking-and-servers/9781784392413/2/ch02lvl1sec17/running-wildfly-from-a-custom-configuration-folder.

Maybe the Wildfly docs offer more options?

Hope this helps, Ingo