Closed outcoldman closed 8 years ago
Splunk container might have an option INIT_SPLUNK_CUSTOM_OVERRIDE=/opt/my-custom-splunk, so user will be able to override docker-compose with
INIT_SPLUNK_CUSTOM_OVERRIDE=/opt/my-custom-splunk
version: '2' services: shc-deployer: environment: - INIT_SPLUNK_CUSTOM_OVERRIDE=/opt/my-custom-splunk volumes: - shc-deployer-custom-volume:/opt/my-custom-splunk volumes: shc-deployer-custom-volume:
If shc-deployer-custom-volume will have something in etc/shcluster/apps - image will copy everything over splunk location which will trigger installation of this apps, when SHC will be bootstrapped.
shc-deployer-custom-volume
etc/shcluster/apps
done, can use new CONF__ notation
CONF__
Splunk container might have an option
INIT_SPLUNK_CUSTOM_OVERRIDE=/opt/my-custom-splunk
, so user will be able to override docker-compose withIf
shc-deployer-custom-volume
will have something inetc/shcluster/apps
- image will copy everything over splunk location which will trigger installation of this apps, when SHC will be bootstrapped.